1
0

Merge commit '890c0c041' into dinsic

* commit '890c0c041':
  Update postgres in the Docker compose example to 12-alpine. (#7696)
This commit is contained in:
Andrew Morgan
2020-08-03 16:22:47 -07:00
2 changed files with 2 additions and 1 deletions

1
changelog.d/7696.doc Normal file
View File

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

View File

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