add missing https

This commit is contained in:
James 2022-02-19 11:42:33 +00:00
parent 0822c4ced6
commit f2b37609db
1 changed files with 1 additions and 1 deletions

View File

@ -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