mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fixed heimdall
This commit is contained in:
@@ -14,7 +14,6 @@ services:
|
|||||||
heimdall:
|
heimdall:
|
||||||
# https://hub.docker.com/r/linuxserver/heimdall
|
# https://hub.docker.com/r/linuxserver/heimdall
|
||||||
image: linuxserver/heimdall:${HEIMDALL_V}
|
image: linuxserver/heimdall:${HEIMDALL_V}
|
||||||
container_name: heimdall
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
@@ -22,6 +21,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- heimdall:/config
|
- heimdall:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- admin_web
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.${PREFIX}_heimdall.rule=Host(`${HEIMDALL_DOMAIN_NAME}`)"
|
- "traefik.http.routers.${PREFIX}_heimdall.rule=Host(`${HEIMDALL_DOMAIN_NAME}`)"
|
||||||
|
|||||||
Reference in New Issue
Block a user