Merge pull request #205 from sixcorners/master

Add "mkdir -p /run/postgresql" to docker-entrypoint.sh.
This commit is contained in:
yosifkit 2016-10-20 12:02:37 -07:00 committed by GitHub
commit 461b6db6b0
7 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql

View File

@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql

View File

@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql

View File

@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql

View File

@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql

View File

@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql

View File

@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql