mirror of
https://github.com/Cameri/nostream.git
synced 2025-08-03 19:22:12 +02:00
fix: tor docker compose mounting wrong dir
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
- relay
|
- relay
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/tor/torrc:/etc/tor/torrc
|
- ${PWD}/tor/torrc:/etc/tor/torrc
|
||||||
- ${HOME}/.nostr/tor/data:/var/lib/tor
|
- ${PWD}/.nostr/tor/data:/var/lib/tor
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 10m30s
|
stop_grace_period: 10m30s
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user