fixed heimdall

This commit is contained in:
2020-04-26 20:20:09 -07:00
parent 56baf2e618
commit 2956a6e44a
+2 -1
View File
@@ -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}`)"