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 811d339 commit 9fa3914Copy full SHA for 9fa3914
9.5/Dockerfile
@@ -60,7 +60,6 @@ RUN apt-get update \
60
postgresql-contrib-$PG_MAJOR=$PG_VERSION \
61
&& rm -rf /var/lib/apt/lists/*
62
63
-USER 1001
64
65
# make the sample config easier to munge (and "correct by default")
66
RUN mv -v /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample /usr/share/postgresql/ \
@@ -76,6 +75,7 @@ VOLUME /var/lib/postgresql/data
76
75
77
COPY docker-entrypoint.sh /usr/local/bin/
78
RUN ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
+USER 1001
79
ENTRYPOINT ["docker-entrypoint.sh"]
80
81
EXPOSE 5432
0 commit comments