Eliminar env_file: usar environment directamente con DOCKER_API_VERSION
This commit is contained in:
@@ -3,8 +3,9 @@ services:
|
||||
image: containrrr/watchtower:1.7.1
|
||||
container_name: watchtower
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Europe/Madrid
|
||||
- DOCKER_API_VERSION=1.44
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user