mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-09 02:56:29 +08:00
defined /etc/postgresql/certs as the mountpoint to install SSL key and certificate
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user