Skip to content

Commit 0fd8ac3

Browse files
author
Jim Fulton
committed
Don't use an external volume.
1 parent fc014b7 commit 0fd8ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9.3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4040

4141
ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4242
ENV PGDATA /var/lib/postgresql/data
43-
VOLUME /var/lib/postgresql/data
43+
#VOLUME /var/lib/postgresql/data
4444

4545
COPY docker-entrypoint.sh /
4646

0 commit comments

Comments
 (0)