docker-baseimage-alpine icon indicating copy to clipboard operation
docker-baseimage-alpine copied to clipboard

MIRROR env is not working

Open Diluka opened this issue 3 years ago • 3 comments

linuxserver.io


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

Diluka avatar Apr 30 '22 14:04 Diluka

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] avatar Apr 30 '22 14:04 github-actions[bot]

Please fill the issue template

Roxedus avatar Apr 30 '22 14:04 Roxedus

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.

github-actions[bot] avatar Jun 01 '22 03:06 github-actions[bot]

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.

github-actions[bot] avatar Mar 03 '23 04:03 github-actions[bot]