Skip to content

Commit

Permalink
matrix: initdb
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 12, 2020
1 parent 68b5b43 commit 221bac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matrix/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
- .env
environment:
- POSTGRES_USER=synapse
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
volumes:
- ${CHATONS_ROOT_DIR:-/srv/chatons}/${CHATONS_SERVICE:-matrix}/postgres:/var/lib/postgresql/data

Expand Down

0 comments on commit 221bac9

Please sign in to comment.