We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4755b commit aeb5023Copy full SHA for aeb5023
Dockerfile
@@ -19,7 +19,7 @@ RUN set -eux; \
19
# also create the postgres user's home directory with appropriate permissions
20
# see https://github.com/docker-library/postgres/issues/274
21
mkdir -p /var/lib/postgresql; \
22
- chmod 777 -R /var/lib/postgresql/data \
+ chmod 777 -R /var/lib/postgresql \
23
chown -R postgres:postgres /var/lib/postgresql
24
25
# grab gosu for easy step-down from root
0 commit comments