fix postgraphile image tag

This commit is contained in:
ramil 2020-09-09 23:04:15 +03:00
parent dc9081e271
commit d21a6e65a7

View File

@ -63,7 +63,7 @@ services:
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db
image: vulcanize/postgraphile:v1.0 image: vulcanize/postgraphile:v1.0.1
environment: environment:
- PG_HOST=db - PG_HOST=db
- PG_PORT=5432 - PG_PORT=5432