mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-17 11:26:55 +08:00
entrypoint.sh: create log dir
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ MAINTAINER sameer@damagehead.com
|
||||
ENV PG_VERSION=9.4 \
|
||||
PG_USER=postgres \
|
||||
PG_HOME=/var/lib/postgresql \
|
||||
PG_RUNDIR=/run/postgresql
|
||||
PG_RUNDIR=/run/postgresql \
|
||||
PG_LOGDIR=/var/log/postgresql
|
||||
|
||||
ENV PG_CONFDIR="/etc/postgresql/${PG_VERSION}/main" \
|
||||
PG_BINDIR="/usr/lib/postgresql/${PG_VERSION}/bin" \
|
||||
|
||||
Reference in New Issue
Block a user