add postgres with ssl
This commit is contained in:
9
postgres/entrypoint.sh
Normal file
9
postgres/entrypoint.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
chmod 0400 /cert.pem
|
||||
chown postgres:postgres /cert.pem
|
||||
|
||||
chmod 0400 /key.pem
|
||||
chown postgres:postgres /key.pem
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user