postgresql/root/usr/bin/run-postgresql-master
Nils Philippsen fa7e7e5dec add files for building containter artifacts
Lifted in large parts from version 9.5 of the SCL postgresql container.

https://github.com/sclorg/postgresql-container
2017-05-11 17:34:28 +02:00

5 lines
70 B
Bash
Executable file

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