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