We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e083c commit 9c21e8eCopy full SHA for 9c21e8e
Dockerfile-postgis
docker-compose.yml
@@ -65,13 +65,7 @@ services:
65
- postgres-gis-db
66
postgres-gis-db:
67
<<: *postgres-base
68
- image: djangobox/django-docker-box:postgres-gis-${POSTGRES_VERSION}-${POSTGIS_VERSION}
69
- build:
70
- dockerfile: Dockerfile-postgis
71
- context: .
72
- args:
73
- - POSTGRES_VERSION=${POSTGRES_VERSION}
74
- - POSTGIS_VERSION=${POSTGIS_VERSION}
+ image: postgis/postgis:${POSTGRES_VERSION}-${POSTGIS_VERSION}
75
76
mysql:
77
<<: *base
0 commit comments