bind to 0.0.0.0

This commit is contained in:
2025-06-07 16:37:51 +02:00
parent 669d21b9b7
commit 6e9d282b29

View File

@@ -6,4 +6,7 @@ chown postgres:postgres /cert.pem
chmod 0400 /key.pem
chown postgres:postgres /key.pem
chown -R postgres:postgres /var/lib/postgresql/data/
chmod -R 0700 /var/lib/postgresql/data/
exec "$@"