add restart always to all applications

This commit is contained in:
2024-05-31 15:50:42 -05:00
parent 45b51a603a
commit 363057dada
11 changed files with 17 additions and 2 deletions

View File

@@ -5,5 +5,6 @@ services:
- .env
image: docker.io/containrrr/watchtower:latest
privileged: true
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock