Watchtower: Name containers
This commit is contained in:
parent
6fe2db8784
commit
5a6044ddd7
@ -2,6 +2,7 @@
|
|||||||
services:
|
services:
|
||||||
update:
|
update:
|
||||||
image: containrrr/watchtower:latest
|
image: containrrr/watchtower:latest
|
||||||
|
container_name: Watchtower
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
DOCKER_CONFIG: /config
|
DOCKER_CONFIG: /config
|
||||||
@ -24,6 +25,7 @@ services:
|
|||||||
http:
|
http:
|
||||||
image: containrrr/watchtower:latest
|
image: containrrr/watchtower:latest
|
||||||
privileged: true
|
privileged: true
|
||||||
|
container_name: HTTP
|
||||||
environment:
|
environment:
|
||||||
DOCKER_CONFIG: /config
|
DOCKER_CONFIG: /config
|
||||||
WATCHTOWER_POLL_INTERVAL: 900
|
WATCHTOWER_POLL_INTERVAL: 900
|
||||||
|
Loading…
Reference in New Issue
Block a user