Merge pull request #3131 from vlauciani/fix_pr_3116
PostGIS - Fix bug on PR 3116
This commit is contained in:
commit
11d387e894
@ -448,6 +448,7 @@ POSTGRES_ENTRYPOINT_INITDB=./postgres/docker-entrypoint-initdb.d
|
||||
|
||||
### POSTGRES-POSTGIS ##############################################
|
||||
|
||||
POSTGIS_VERSION=latest
|
||||
POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13=false
|
||||
|
||||
### SQS ##############################################
|
||||
|
@ -625,7 +625,7 @@ services:
|
||||
build:
|
||||
context: ./postgres-postgis
|
||||
args:
|
||||
- POSTGRES_VERSION=${POSTGRES_VERSION}
|
||||
- POSTGIS_VERSION=${POSTGIS_VERSION}
|
||||
- INSTALL_PGSQL_HTTP_FOR_POSTGIS13=${POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13}
|
||||
volumes:
|
||||
- ${DATA_PATH_HOST}/postgres:/var/lib/postgresql/data
|
||||
|
@ -1,5 +1,5 @@
|
||||
ARG POSTGRES_VERSION=latest
|
||||
FROM postgis/postgis:${POSTGRES_VERSION}
|
||||
ARG POSTGIS_VERSION=latest
|
||||
FROM postgis/postgis:${POSTGIS_VERSION}
|
||||
|
||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user