Specify the Docker registry for the postgres image

pull/2846/head
kaiyou 2018-02-08 22:00:43 +01:00
parent 48e2c641b8
commit a03c382966
1 changed files with 1 additions and 1 deletions

View File

@ -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