11 lines
201 B
YAML
11 lines
201 B
YAML
version: "3"
|
|
|
|
services:
|
|
watchtower:
|
|
image: containrrr/watchtower
|
|
restart: always
|
|
env_file:
|
|
- .env
|
|
- .secret.env
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|