8000
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 87b15b6 commit 052aff6Copy full SHA for 052aff6
11/Dockerfile
@@ -166,7 +166,6 @@ ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
166
ENV PGDATA /var/lib/postgresql/data
167
# this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)
168
RUN mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
169
-VOLUME /var/lib/postgresql/data
170
171
COPY docker-entrypoint.sh /usr/local/bin/
172
RUN ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
0 commit comments