mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-07-01 02:25:26 +00:00
add missing https
This commit is contained in:
@ -51,6 +51,6 @@ services:
|
||||
ports:
|
||||
- ${SYNAPSE_ADMIN_PORT}:80
|
||||
environment:
|
||||
REACT_APP_SERVER: ${SERVER_NAME}
|
||||
REACT_APP_SERVER: https://${SERVER_NAME}
|
||||
depends_on:
|
||||
- synapse
|
||||
|
Reference in New Issue
Block a user