Specify the Docker registry for the postgres image
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