1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

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
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