Merge pull request 'synapse. Changing network mode to host.' (#15) from feature_synapse_postgresql into master
Reviewed-on: #15
This commit is contained in:
commit
c321e34f20
|
@ -6,6 +6,8 @@ services:
|
|||
# https://github.com/matrix-org/synapse/tree/master/docker
|
||||
image: "matrixdotorg/synapse:${IMAGE_VERSION:-latest}"
|
||||
container_name: synapse
|
||||
# This way we'll be able to access PostgreSQL on local machine using 'localhost' when it's listening only locally.
|
||||
network_mode: host
|
||||
ports:
|
||||
- "${INTERFACE_EXT:-127.0.0.1}:${HTTP_PORT_EXT:-8008}:${HTTP_PORT_INT:-8008}/tcp"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue