mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 00:09:26 -05:00
Specify the Docker registry for the postgres image
This commit is contained in:
parent
48e2c641b8
commit
a03c382966
@ -35,7 +35,7 @@ services:
|
|||||||
- traefik.port=8448
|
- traefik.port=8448
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:10-alpine
|
image: docker.io/postgres:10-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