9 lines
306 B
Plaintext
9 lines
306 B
Plaintext
watchtower:
|
|
container_name: xray_watchtower
|
|
image: containrrr/watchtower
|
|
restart: unless-stopped
|
|
networks:
|
|
- br-xray
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|