Update documentation for sockets

This commit is contained in:
Christophe Mehay 2019-05-12 14:43:33 +02:00 committed by Christophe Mehay
parent 43768da63d
commit caea3c0188
3 changed files with 17 additions and 8 deletions

View file

@ -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: