Skip to content
Snippets Groups Projects
Commit a03c3829 authored by kaiyou's avatar kaiyou
Browse files

Specify the Docker registry for the postgres image

parent 48e2c641
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment