mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-11 17:24:55 -04:00
Explicitely provide the postgres password to synapse in the Compose example
This commit is contained in:
parent
b815aa0e2d
commit
07f1b71819
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ services:
|
||||||
- SYNAPSE_SERVER_NAME=my.matrix.host
|
- SYNAPSE_SERVER_NAME=my.matrix.host
|
||||||
- SYNAPSE_REPORT_STATS=no
|
- SYNAPSE_REPORT_STATS=no
|
||||||
- SYNAPSE_ENABLE_REGISTRATION=yes
|
- SYNAPSE_ENABLE_REGISTRATION=yes
|
||||||
|
- POSTGRES_PASSWORD=changeme
|
||||||
volumes:
|
volumes:
|
||||||
# You may either store all the files in a local folder
|
# You may either store all the files in a local folder
|
||||||
- ./files:/data
|
- ./files:/data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue