mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Fix URL in compose file
This commit is contained in:
parent
24d8df664c
commit
f223da2f35
@ -94,7 +94,7 @@ services:
|
|||||||
image: matrixdotorg/dendrite:federationproxy
|
image: matrixdotorg/dendrite:federationproxy
|
||||||
command: [
|
command: [
|
||||||
"--bind-address=:8448",
|
"--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"
|
"--media-api-server-url=http://media_api:7774"
|
||||||
]
|
]
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user