Update postgres in the Docker compose example to 12-alpine. (#7696)

code_spécifique_watcha
lub 5 years ago committed by GitHub
parent 0fc5575c5b
commit 890c0c041d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/7696.doc
  2. 2
      contrib/docker/docker-compose.yml

@ -0,0 +1 @@
Update postgres image in example `docker-compose.yaml` to tag `12-alpine`.

@ -50,7 +50,7 @@ services:
- traefik.http.routers.https-synapse.tls.certResolver=le-ssl
db:
image: docker.io/postgres:10-alpine
image: docker.io/postgres:12-alpine
# Change that password, of course!
environment:
- POSTGRES_USER=synapse

Loading…
Cancel
Save