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:
@@ -52,8 +52,8 @@ services:
|
|||||||
profiles:
|
profiles:
|
||||||
- tor
|
- tor
|
||||||
ports:
|
ports:
|
||||||
- "9050:9050"
|
- "127.0.0.1:9050:9050"
|
||||||
- "8118:8118"
|
- "127.0.0.1:8118:8118"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/tor:/etc/tor:ro
|
- ./config/tor:/etc/tor:ro
|
||||||
- ./f0ckm-data/tor:/var/lib/tor:Z
|
- ./f0ckm-data/tor:/var/lib/tor:Z
|
||||||
@@ -141,6 +141,11 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
f0ckm-net:
|
f0ckm-net:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
enable_ipv6: true
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.28.0.0/16
|
||||||
|
- subnet: fd00:f0c0:1337::/64
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
certs:
|
certs:
|
||||||
|
|||||||
Reference in New Issue
Block a user