fix synapse db init
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C --template=template0'
|
||||
synapse:
|
||||
image: matrixdotorg/synapse:v1.124.0
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user