0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-26 16:28:19 +02:00

Fix URL in compose file

This commit is contained in:
Neil Alexander 2020-05-21 16:22:25 +01:00
parent 24d8df664c
commit f223da2f35

View file

@ -94,7 +94,7 @@ services:
image: matrixdotorg/dendrite:federationproxy
command: [
"--bind-address=:8448",
"--federation-api-url=http://federation_api_server:7772",
"--federation-api-url=http://federation_api:7772",
"--media-api-server-url=http://media_api:7774"
]
volumes: