fix: maintain state after dockerd restarts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2c7b38da0a
commit
8d6207186f
@ -8,6 +8,7 @@ services:
|
||||
- default
|
||||
ports:
|
||||
- 127.0.0.1:1314:80
|
||||
restart: always
|
||||
volumes:
|
||||
# So that traefik can listen to the Docker events
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
@ -18,7 +19,7 @@ services:
|
||||
image: homepage
|
||||
networks:
|
||||
- internal-nw
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.services.homepage.loadbalancer.server.port=80
|
||||
|
Loading…
Reference in New Issue
Block a user