Removed docker.group label, becaus it is not used

This commit is contained in:
Florian Zirker 2021-03-18 16:21:15 +01:00
parent 2f65b0886e
commit 1ec58a10d4
5 changed files with 0 additions and 8 deletions

View file

@ -39,7 +39,6 @@ services:
- "traefik.http.routers.dashboard.tls.options=intermediate@file"
- "traefik.http.routers.dashboard.middlewares=auth"
- "traefik.http.middlewares.auth.basicauth.users=${HTPASSWD}"
- "docker.group=web"
# whoami:
@ -51,7 +50,6 @@ services:
# - "traefik.http.routers.whoami.rule=Host(`whoami.${DOMAIN}`)"
# - "traefik.http.routers.whoami.entrypoints=websecure"
# - "traefik.http.routers.whoami.tls.certresolver=myresolver"
# - "docker.group=web"
# restart: unless-stopped