docker-baseimage-alpine
docker-baseimage-alpine copied to clipboard
MIRROR env is not working
Expected Behavior
using mirror
Current Behavior
not using
Steps to Reproduce
services:
nginx:
image: linuxserver/swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- URL=xxxxxx
- MIRROR=https://mirrors.aliyun.com/alpine
- DOCKER_MODS=linuxserver/mods:swag-auto-reload
volumes:
- ./nginx/config:/config
ports:
- 80:80
- 443:443
restart: always
Environment
OS: ubuntu 22
CPU architecture: x86_64
How docker service was installed: via get.docker.com
Command used to create docker container (run/create/compose/screenshot)
docker compose up -d
Docker logs
[mod-init] Curl/JQ was not found on this system for Docker mods installing
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
Please fill the issue template
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
