1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-01-20 18:42:33 +00:00

Explicitely provide the postgres password to synapse in the Compose example

This commit is contained in:
kaiyou 2018-02-10 23:57:36 +01:00
parent b815aa0e2d
commit 07f1b71819

View file

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