init
This commit is contained in:
9
hosts/ps10rp/watchtower/docker-compose.yml
Normal file
9
hosts/ps10rp/watchtower/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
env_file:
|
||||
- .env
|
||||
image: docker.io/containrrr/watchtower:latest
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
Reference in New Issue
Block a user