You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)
141
-
VOLUME /var/lib/postgresql/data
141
+
#VOLUME /var/lib/postgresql/data
142
142
143
143
COPY docker-entrypoint.sh /usr/local/bin/
144
144
RUN ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
0 commit comments