mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-19 01:55:46 +00:00
add missing https
This commit is contained in:
parent
0822c4ced6
commit
f2b37609db
@ -51,6 +51,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${SYNAPSE_ADMIN_PORT}:80
|
- ${SYNAPSE_ADMIN_PORT}:80
|
||||||
environment:
|
environment:
|
||||||
REACT_APP_SERVER: ${SERVER_NAME}
|
REACT_APP_SERVER: https://${SERVER_NAME}
|
||||||
depends_on:
|
depends_on:
|
||||||
- synapse
|
- synapse
|
||||||
|
Loading…
Reference in New Issue
Block a user