mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 03:29:24 -05:00
Update postgres in the Docker compose example to 12-alpine. (#7696)
This commit is contained in:
parent
0fc5575c5b
commit
890c0c041d
1
changelog.d/7696.doc
Normal file
1
changelog.d/7696.doc
Normal file
@ -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
|
- traefik.http.routers.https-synapse.tls.certResolver=le-ssl
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: docker.io/postgres:10-alpine
|
image: docker.io/postgres:12-alpine
|
||||||
# Change that password, of course!
|
# Change that password, of course!
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=synapse
|
- POSTGRES_USER=synapse
|
||||||
|
Loading…
Reference in New Issue
Block a user