matrix/synapse : maj PostgreSQL 16

This commit is contained in:
Gitouche 2024-05-17 16:48:55 +02:00
parent 12d5da2e2d
commit c763a0feb4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
synapse_image="git.garbaye.fr/garbaye/matrixdotorg-synapse"
synapse_version='v1.105.1'
postgres_image="docker.io/library/postgres"
postgres_version='12-alpine'
postgres_version='16-alpine'
## default vars : override with ENV var
listen_if="${GARBAYE_MATRIX_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_MATRIX_ENV_LISTENPORT:-8086}"