Skip to content

Commit 0c3d1f4

Browse files
author
Sameer Naik
committed
format Dockerfile
1 parent af01570 commit 0c3d1f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ MAINTAINER sameer@damagehead.com
33

44
ENV PG_APP_HOME="/etc/docker-postgresql"\
55
PG_VERSION=9.4 \
6+
PG_POSTGIS_VERSION=2.1 \
67
PG_USER=postgres \
78
PG_HOME=/var/lib/postgresql \
89
PG_RUNDIR=/run/postgresql \
910
PG_LOGDIR=/var/log/postgresql \
10-
PG_CERTDIR=/etc/postgresql/certs \
11-
PG_POSTGIS_VERSION=2.1
11+
PG_CERTDIR=/etc/postgresql/certs
1212

1313
ENV PG_BINDIR=/usr/lib/postgresql/${PG_VERSION}/bin \
1414
PG_DATADIR=${PG_HOME}/${PG_VERSION}/main

0 commit comments

Comments
 (0)