mirror of
https://github.com/tornadocash/tornado-onion.git
synced 2024-11-21 17:27:13 +01:00
fix watchtower
This commit is contained in:
parent
d104850d60
commit
9458a0212c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user