Watchtower: Name containers

This commit is contained in:
2022-06-22 20:26:50 +02:00
parent 6fe2db8784
commit 5a6044ddd7

View File

@@ -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