moved all files up a folder
This commit is contained in:
13
docker/individual-docker-compose-files/notused/watchtower-docker-compose.yml
Executable file
13
docker/individual-docker-compose-files/notused/watchtower-docker-compose.yml
Executable file
@@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
hostname: watchtower
|
||||
image: containrrr/watchtower:latest
|
||||
environment:
|
||||
- WATCHTOWER_CLEANUP=TRUE
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user