We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b733572 + d477747 commit 9cdda61Copy full SHA for 9cdda61
1 file changed
postgresql/docker-entrypoint.sh
@@ -7,6 +7,7 @@ install --verbose --directory --owner postgres --group postgres --mode 1777 /var
7
install --verbose --directory --owner postgres --group postgres --mode 3777 /var/run/postgresql
8
9
su -c 'initdb --show' postgres
10
+su -c 'initdb -D /var/lib/postgresql/data' postgres
11
12
su -c 'pg_ctl -D /var/lib/postgresql/data start' postgres
13
0 commit comments