We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d498539 commit d477747Copy full SHA for d477747
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