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 ##############################################
|
### POSTGRES-POSTGIS ##############################################
|
||||||
|
|
||||||
|
POSTGIS_VERSION=latest
|
||||||
POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13=false
|
POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13=false
|
||||||
|
|
||||||
### SQS ##############################################
|
### SQS ##############################################
|
||||||
|
@ -625,7 +625,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./postgres-postgis
|
context: ./postgres-postgis
|
||||||
args:
|
args:
|
||||||
- POSTGRES_VERSION=${POSTGRES_VERSION}
|
- POSTGIS_VERSION=${POSTGIS_VERSION}
|
||||||
- INSTALL_PGSQL_HTTP_FOR_POSTGIS13=${POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13}
|
- INSTALL_PGSQL_HTTP_FOR_POSTGIS13=${POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13}
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATA_PATH_HOST}/postgres:/var/lib/postgresql/data
|
- ${DATA_PATH_HOST}/postgres:/var/lib/postgresql/data
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ARG POSTGRES_VERSION=latest
|
ARG POSTGIS_VERSION=latest
|
||||||
FROM postgis/postgis:${POSTGRES_VERSION}
|
FROM postgis/postgis:${POSTGIS_VERSION}
|
||||||
|
|
||||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user