trim whitespace

This commit is contained in:
2024-05-31 16:10:31 -05:00
parent 51ca8974df
commit fa7d4f3bf7
8 changed files with 15 additions and 15 deletions

View File

@@ -3,11 +3,11 @@ services:
container_name: watchtower
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .env
image: docker.io/containrrr/watchtower:latest
privileged: true
restart: always
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock