generated from crowlab/compose-template
Prevent watchtower from stopping itself.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0c1f372b4d
commit
89276074b6
|
|
@ -87,6 +87,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- WATCHTOWER_POLL_INTERVAL=3600
|
- WATCHTOWER_POLL_INTERVAL=3600
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.monitor-only=true
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue