updates_apr21 (#13)

Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2026-04-21 07:48:36 -07:00
parent 7605047dbd
commit a9234426f3
10 changed files with 18 additions and 28 deletions

View File

@@ -1,10 +1,12 @@
version: '3'
services:
watchtower:
image: containrrr/watchtower
image: nickfedor/watchtower
container_name: watchtower
command: --cleanup=true --scope watch
restart: always
restart: unless-stopped
environment:
- DOCKER_API_VERSION="1.49"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels: