Compare commits
No commits in common. "c321e34f206d2fa30efefd9ac3d715c9f5d34979" and "21b0bff77429d101810dbe117757e7db0314d82a" have entirely different histories.
c321e34f20
...
21b0bff774
|
@ -6,8 +6,6 @@ services:
|
||||||
# https://github.com/matrix-org/synapse/tree/master/docker
|
# https://github.com/matrix-org/synapse/tree/master/docker
|
||||||
image: "matrixdotorg/synapse:${IMAGE_VERSION:-latest}"
|
image: "matrixdotorg/synapse:${IMAGE_VERSION:-latest}"
|
||||||
container_name: synapse
|
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:
|
ports:
|
||||||
- "${INTERFACE_EXT:-127.0.0.1}:${HTTP_PORT_EXT:-8008}:${HTTP_PORT_INT:-8008}/tcp"
|
- "${INTERFACE_EXT:-127.0.0.1}:${HTTP_PORT_EXT:-8008}:${HTTP_PORT_INT:-8008}/tcp"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue