fix watchtower

This commit is contained in:
poma 2020-06-10 17:22:54 +03:00
parent d104850d60
commit 9458a0212c
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 2 additions and 1 deletions

View File

@ -4,12 +4,13 @@ services:
web:
image: tornadocash/ui
restart: always
container_name: tornado_ui
watchtower:
image: v2tec/watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 60 web
command: --interval 60 tornado_ui
tor:
image: strm/tor
restart: always