fix nginx ipv6 and make tor only available to localhost
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user