Compare commits

..

3 commits

Author SHA1 Message Date
Alexey Skobkin 261f7bb6aa Clarifying docs about database on the host machine. 2022-03-19 06:04:05 +03:00
Alexey Skobkin c514eb65c2 Documentation regarding using the database running on the host machine. 2022-03-19 06:04:05 +03:00
Alexey Skobkin aca78fc57d synapse. Reconfiguring networks. 2022-03-19 06:04:05 +03:00

View file

@ -1,10 +1,5 @@
version: '3.7'
networks:
# You need to create this network manually first!
synapse:
external: true
services:
synapse:
# https://hub.docker.com/r/matrixdotorg/synapse
@ -14,9 +9,6 @@ services:
hostname: synapse
extra_hosts:
- 'host.docker.internal:host-gateway'
networks:
- default
- synapse
ports:
- "${INTERFACE_EXT:-127.0.0.1}:${HTTP_PORT_EXT:-8008}:${HTTP_PORT_INT:-8008}/tcp"
volumes: