Skip to content
Snippets Groups Projects
Unverified Commit 890c0c04 authored by lub's avatar lub Committed by GitHub
Browse files

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

parent 0fc5575c
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment