mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 23:24:32 +00:00
Fix URL in compose file
This commit is contained in:
parent
24d8df664c
commit
f223da2f35
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue