fixing circleci

This commit is contained in:
Umed Khudoiberdiev 2019-01-03 22:10:59 +05:00
parent 2e3c2af5ef
commit 8f13ffa333

View File

@ -42,7 +42,7 @@ services:
# mdillon/postgis is postgres + PostGIS (only). if you need additional
# extensions, it's probably time to create a purpose-built image with all
# necessary extensions. sorry, and thanks for adding support for them!
image: "postgres:9.6.11-postgis"
image: "mdillon/postgis:9.6"
container_name: "typeorm-postgres"
ports:
- "5432:5432"