mirror of
https://github.com/tornadocash/tornado-onion.git
synced 2024-11-22 01:37:14 +01:00
fix watchtower
This commit is contained in:
parent
d104850d60
commit
9458a0212c
@ -4,12 +4,13 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: tornadocash/ui
|
image: tornadocash/ui
|
||||||
restart: always
|
restart: always
|
||||||
|
container_name: tornado_ui
|
||||||
watchtower:
|
watchtower:
|
||||||
image: v2tec/watchtower
|
image: v2tec/watchtower
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: --interval 60 web
|
command: --interval 60 tornado_ui
|
||||||
tor:
|
tor:
|
||||||
image: strm/tor
|
image: strm/tor
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user