Add watchtower service

This commit is contained in:
Florian RICHER 2023-09-23 11:00:21 +02:00
parent 57ce1d2b44
commit fe2478a373
4 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,9 @@
version: '3'
services:
watchtower:
image: containrrr/watchtower:latest
restart: always
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock