File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4141ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4242ENV PGDATA /var/lib/postgresql/data
4343VOLUME /var/lib/postgresql/data
44+ VOLUME /run/postgresql
4445
4546COPY docker-entrypoint.sh /
4647
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4141ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4242ENV PGDATA /var/lib/postgresql/data
4343VOLUME /var/lib/postgresql/data
44+ VOLUME /run/postgresql
4445
4546COPY docker-entrypoint.sh /
4647
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4141ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4242ENV PGDATA /var/lib/postgresql/data
4343VOLUME /var/lib/postgresql/data
44+ VOLUME /run/postgresql
4445
4546COPY docker-entrypoint.sh /
4647
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4141ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4242ENV PGDATA /var/lib/postgresql/data
4343VOLUME /var/lib/postgresql/data
44+ VOLUME /run/postgresql
4445
4546COPY docker-entrypoint.sh /
4647
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4141ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4242ENV PGDATA /var/lib/postgresql/data
4343VOLUME /var/lib/postgresql/data
44+ VOLUME /run/postgresql
4445
4546COPY docker-entrypoint.sh /
4647
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4141ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4242ENV PGDATA /var/lib/postgresql/data
4343VOLUME /var/lib/postgresql/data
44+ VOLUME /run/postgresql
4445
4546COPY docker-entrypoint.sh /
4647
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4141ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4242ENV PGDATA /var/lib/postgresql/data
4343VOLUME /var/lib/postgresql/data
44+ VOLUME /run/postgresql
4445
4546COPY docker-entrypoint.sh /
4647
You can’t perform that action at this time.
0 commit comments