Sanitized mirror from private repository - 2026-03-07 08:33:21 UTC
This commit is contained in:
9
hosts/vms/chicago-vm/watchtower.yml
Normal file
9
hosts/vms/chicago-vm/watchtower.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# Watchtower - Auto container updates
|
||||
# Automatically updates Docker containers
|
||||
version: "3"
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: always
|
||||
Reference in New Issue
Block a user