This website requires JavaScript.
Explore
Help
Sign In
container
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b4e60794bb
postgres
/
rootfs
/
bin
/
initdb
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
switch to s6-rc
2022-02-13 07:23:50 +00:00
#!/command/with-contenv sh
switch to s6-rc
2022-02-13 08:24:05 +00:00
if [ ! -f "$PGDATA/PG_VERSION" ]; then
initdb --username=postgres
switch to s6-rc
2022-02-13 07:23:50 +00:00
fi
Reference in New Issue
Copy Permalink