mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 03:49:45 +08:00
create the /run/postgresql directory at start
This commit is contained in:
@@ -11,8 +11,8 @@ chown -R postgres:postgres /var/lib/postgresql
|
||||
chmod 700 /var/lib/postgresql
|
||||
|
||||
# fix permissions and ownership of /run/postgresql
|
||||
mkdir -p -m 0755 /run/postgresql
|
||||
chown -R postgres:postgres /run/postgresql
|
||||
chmod 775 /run/postgresql
|
||||
chmod g+s /run/postgresql
|
||||
|
||||
# disable ssl
|
||||
|
||||
Reference in New Issue
Block a user