0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 02:08:56 +02:00

Specify the Docker registry for the postgres image

This commit is contained in:
kaiyou 2018-02-08 22:00:43 +01:00
parent 48e2c641b8
commit a03c382966

View file

@ -35,7 +35,7 @@ services:
- traefik.port=8448
db:
image: postgres:10-alpine
image: docker.io/postgres:10-alpine
# Change that password, of course!
environment:
- POSTGRES_USER=synapse