doc README: fix PUBLIC_URL in docker-compose example (#289)
PUBLIC_URL must not be enclosed in quotation marks, see Awesome-Technologies/synapse-admin#286 - add a note on this in the example - fix the example itself fixes Awesome-Technologies/synapse-admin#286
This commit is contained in:
parent
561daf7737
commit
ca5fde9190
@ -86,8 +86,8 @@ or by editing it in the [.env](.env) file. See also the
|
|||||||
context: https://github.com/Awesome-Technologies/synapse-admin.git
|
context: https://github.com/Awesome-Technologies/synapse-admin.git
|
||||||
# args:
|
# args:
|
||||||
# - NODE_OPTIONS="--max_old_space_size=1024"
|
# - NODE_OPTIONS="--max_old_space_size=1024"
|
||||||
# # see #266
|
# # see #266, PUBLIC_URL must be without surrounding quotation marks
|
||||||
# - PUBLIC_URL="/synapse-admin"
|
# - PUBLIC_URL=/synapse-admin
|
||||||
# - REACT_APP_SERVER="https://matrix.example.com"
|
# - REACT_APP_SERVER="https://matrix.example.com"
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
Loading…
Reference in New Issue
Block a user