Lifted in large parts from version 9.5 of the SCL postgresql container. https://github.com/sclorg/postgresql-container
5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export ENABLE_REPLICATION=true
|
|
|
|
exec run-postgresql "$@"
|