Merge pull request 'fix nginx ipv6 and make tor only available to localhost' (#38) from master into 98

Reviewed-on: #38
This commit is contained in:
Kibi Kelburton
2026-08-06 19:49:36 +00:00

View File

@@ -52,8 +52,8 @@ services:
profiles:
- tor
ports:
- "9050:9050"
- "8118:8118"
- "127.0.0.1:9050:9050"
- "127.0.0.1:8118:8118"
volumes:
- ./config/tor:/etc/tor:ro
- ./f0ckm-data/tor:/var/lib/tor:Z
@@ -141,6 +141,11 @@ services:
networks:
f0ckm-net:
driver: bridge
enable_ipv6: true
ipam:
config:
- subnet: 172.28.0.0/16
- subnet: fd00:f0c0:1337::/64
volumes:
certs: