We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dockerfile
1 parent af01570 commit 0c3d1f4Copy full SHA for 0c3d1f4
1 file changed
Dockerfile
@@ -3,12 +3,12 @@ MAINTAINER sameer@damagehead.com
3
4
ENV PG_APP_HOME="/etc/docker-postgresql"\
5
PG_VERSION=9.4 \
6
+ PG_POSTGIS_VERSION=2.1 \
7
PG_USER=postgres \
8
PG_HOME=/var/lib/postgresql \
9
PG_RUNDIR=/run/postgresql \
10
PG_LOGDIR=/var/log/postgresql \
- PG_CERTDIR=/etc/postgresql/certs \
11
- PG_POSTGIS_VERSION=2.1
+ PG_CERTDIR=/etc/postgresql/certs
12
13
ENV PG_BINDIR=/usr/lib/postgresql/${PG_VERSION}/bin \
14
PG_DATADIR=${PG_HOME}/${PG_VERSION}/main
0 commit comments