diff --git a/docker-compose.yml b/docker-compose.yml index 83559ee..f4c5c35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,8 @@ services: # - NODE_OPTIONS="--max_old_space_size=1024" # default is / # - PUBLIC_URL=/synapse-admin - # You can use a fixed homeserver, so that the user can no longer define it himself + # You can use a fixed homeserver, so that the user can no longer + # define it himself # - REACT_APP_SERVER="https://matrix.example.com" ports: - "8080:80"