diun manuell aktivieren
This commit is contained in:
parent
bf87e33277
commit
827cd9975d
9 changed files with 34 additions and 1 deletions
|
@ -59,6 +59,7 @@ services:
|
|||
- "traefik.http.routers.dashboard.middlewares=auth"
|
||||
- "traefik.http.middlewares.auth.basicauth.users=${HTPASSWD}"
|
||||
- "docker.group=proxy"
|
||||
- "diun.enable=true"
|
||||
|
||||
docker-socket-proxy:
|
||||
image: tecnativa/docker-socket-proxy
|
||||
|
@ -78,6 +79,9 @@ services:
|
|||
interval: 10s
|
||||
timeout: 3s
|
||||
privileged: true
|
||||
labels:
|
||||
- "docker.group=proxy"
|
||||
- "diun.enable=true"
|
||||
|
||||
|
||||
# whoami:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue