mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
Specify the Docker registry for the postgres image
This commit is contained in:
parent
48e2c641b8
commit
a03c382966
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue