initial commit
This commit is contained in:
commit
f6b4c20e4a
14 changed files with 160 additions and 0 deletions
5
rootfs/etc/cont-init.d/00-initdb
Normal file
5
rootfs/etc/cont-init.d/00-initdb
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
if [ ! -f ${PGDATA}/PG_VERSION ]; then
|
||||
s6-setuidgid postgres initdb --username=postgres
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue