postgresql/root/usr/bin/run-postgresql-master
phracek a6253005a7 Merge pull request #449 from sclorg/use_internal_openshift_registry
Use OpenShift internal registry instead of external
2022-06-13 11:54:08 +00:00

5 lines
70 B
Bash
Executable file

#!/bin/bash
export ENABLE_REPLICATION=true
exec run-postgresql "$@"