mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-11 12:30:05 +00:00
Fix relative path tor
This commit is contained in:
@ -5,12 +5,9 @@ services:
|
|||||||
image: recksato/robosats-web:latest
|
image: recksato/robosats-web:latest
|
||||||
container_name: robosats
|
container_name: robosats
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
|
||||||
TOR_PROXY_IP: 127.0.0.1
|
|
||||||
TOR_PROXY_PORT: 9050
|
|
||||||
network_mode: service:tor
|
network_mode: service:tor
|
||||||
tor:
|
tor:
|
||||||
build: ../docker/tor
|
build: ../compose/tor
|
||||||
container_name: tor
|
container_name: tor
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user