Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update postgres in the Docker compose example to 12-alpine. (#7696)
Browse files Browse the repository at this point in the history
  • Loading branch information
lub authored Jun 17, 2020
1 parent 0fc5575 commit 890c0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7696.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update postgres image in example `docker-compose.yaml` to tag `12-alpine`.
2 changes: 1 addition & 1 deletion contrib/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 890c0c0

Please sign in to comment.