tor: anon-inbound fixes (#42)

This commit is contained in:
nahuhh
2025-04-28 19:23:01 +00:00
committed by GitHub
parent 09035fa3b4
commit 81884056d6
6 changed files with 35 additions and 11 deletions

View File

@@ -113,6 +113,7 @@ services:
# - 127.0.0.1:9050:9050
volumes:
- tor:/var/lib/tor/monerod
- tor:/var/lib/tor/monerod-rpc
networks:
tor_net:
ipv4_address: 172.31.255.250
@@ -141,11 +142,13 @@ services:
volumes:
- ${DATA_DIR:-./data}:/data
- tor:/var/lib/tor/monerod:ro
- tor:/var/lib/tor/monerod-rpc:ro
ports:
- ${P2P_PORT:-18080}:18080 # p2p
- ${RESTRICTED_PORT:-18081}:18081 # restricted rpc
- 127.0.0.1:${ZMQ_PORT:-18082}:18082 # zmq
- 127.0.0.1:${UNRESTRICTED_PORT:-18083}:18083 # unrestricted rpc
- 127.0.0.1:${P2P_TOR:-18084}:18084 # tor anonymous-inbound
networks:
- tor_net
command: