mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Explicitely provide the postgres password to synapse in the Compose example
This commit is contained in:
parent
b815aa0e2d
commit
07f1b71819
@ -15,6 +15,7 @@ services:
|
||||
- SYNAPSE_SERVER_NAME=my.matrix.host
|
||||
- SYNAPSE_REPORT_STATS=no
|
||||
- SYNAPSE_ENABLE_REGISTRATION=yes
|
||||
- POSTGRES_PASSWORD=changeme
|
||||
volumes:
|
||||
# You may either store all the files in a local folder
|
||||
- ./files:/data
|
||||
|
Loading…
Reference in New Issue
Block a user