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)
142
-
VOLUME /var/lib/postgresql/data
142
+
VOLUME /postgres/data
143
+
VOLUME /postgres/xlogs
143
144
144
145
COPY docker-entrypoint.sh /usr/local/bin/
145
146
RUN ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
0 commit comments