Skip to content

Commit aeb5023

Browse files
permissão 777 /var/lib/postgresql/
1 parent bb4755b commit aeb5023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -eux; \
1919
# also create the postgres user's home directory with appropriate permissions
2020
# see https://github.com/docker-library/postgres/issues/274
2121
mkdir -p /var/lib/postgresql; \
22-
chmod 777 -R /var/lib/postgresql/data \
22+
chmod 777 -R /var/lib/postgresql \
2323
chown -R postgres:postgres /var/lib/postgresql
2424

2525
# grab gosu for easy step-down from root

0 commit comments

Comments
 (0)