defined /etc/postgresql/certs as the mountpoint to install SSL key and certificate

This commit is contained in:
Sameer Naik
2015-11-26 20:41:47 +05:30
parent 7eeda81f1e
commit 5f6024062f
3 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ ENV PG_VERSION=9.4 \
PG_USER=postgres \
PG_HOME=/var/lib/postgresql \
PG_RUNDIR=/run/postgresql \
PG_LOGDIR=/var/log/postgresql
PG_LOGDIR=/var/log/postgresql \
PG_CERTDIR=/etc/postgresql/certs
ENV PG_BINDIR=/usr/lib/postgresql/${PG_VERSION}/bin \
PG_DATADIR=${PG_HOME}/${PG_VERSION}/main