This commit is contained in:
parent
2addc93c7b
commit
36ed46e974
6
docker-entrypoint.sh
Normal file
6
docker-entrypoint.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
gomplate -f /etc/postgresql/postgresql.conf.tmpl -o /etc/postgresql/postgresql.conf
|
||||
|
||||
/usr/local/bin/docker-entrypoint.sh "$@"
|
Loading…
x
Reference in New Issue
Block a user