mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-14 05:52:50 +00:00
Update documentation for sockets
This commit is contained in:
parent
4d76ed30ef
commit
d666d38974
3 changed files with 17 additions and 8 deletions
|
@ -9,8 +9,8 @@ services:
|
|||
links:
|
||||
- world
|
||||
environment:
|
||||
# Set mapping port to unix socket
|
||||
WORLD_PORTS: 80:unix:/var/run/nginx.sock
|
||||
# Set service hosts to unix socket
|
||||
WORLD_TOR_SERVICE_HOSTS: 80:unix://var/run/nginx.sock
|
||||
|
||||
# Mount socket directory from world container
|
||||
volumes_from:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue