From 2956a6e44a85105d11b4cd7a38ab7ba833cafac6 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sun, 26 Apr 2020 20:20:09 -0700 Subject: [PATCH] fixed heimdall --- heimdall/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/heimdall/docker-compose.yml b/heimdall/docker-compose.yml index 054c5f7..6f395f3 100644 --- a/heimdall/docker-compose.yml +++ b/heimdall/docker-compose.yml @@ -14,7 +14,6 @@ services: heimdall: # https://hub.docker.com/r/linuxserver/heimdall image: linuxserver/heimdall:${HEIMDALL_V} - container_name: heimdall environment: - PUID=1000 - PGID=1000 @@ -22,6 +21,8 @@ services: volumes: - heimdall:/config restart: unless-stopped + networks: + - admin_web labels: - "traefik.enable=true" - "traefik.http.routers.${PREFIX}_heimdall.rule=Host(`${HEIMDALL_DOMAIN_NAME}`)"