mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-11 11:17:48 +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
|
chmod 700 /var/lib/postgresql
|
||||||
|
|
||||||
# fix permissions and ownership of /run/postgresql
|
# fix permissions and ownership of /run/postgresql
|
||||||
|
mkdir -p -m 0755 /run/postgresql
|
||||||
chown -R postgres:postgres /run/postgresql
|
chown -R postgres:postgres /run/postgresql
|
||||||
chmod 775 /run/postgresql
|
|
||||||
chmod g+s /run/postgresql
|
chmod g+s /run/postgresql
|
||||||
|
|
||||||
# disable ssl
|
# disable ssl
|
||||||
|
|||||||
Reference in New Issue
Block a user