UNCLASSIFIED

Commit 9b90789e authored by Joshua Eason's avatar Joshua Eason
Browse files

Merge branch 'patch-2' into 'development'

update Dockerfile

See merge request !34
parents 3749d9ae 88bf9656
Pipeline #195478 passed with stages
in 16 minutes and 36 seconds
......@@ -28,7 +28,8 @@ RUN mkdir /docker-entrypoint-initdb.d && \
sed -ri s/"#?(listen_addresses)\s*=\s*\S+.*"/"listen_addresses = '*'"/ /usr/pgsql-12/share/postgresql.conf.sample && \
grep -F "listen_addresses = '*'" /usr/pgsql-12/share/postgresql.conf.sample
VOLUME /var/lib/postgresql/data
# commented out due to CrashLoopBackoff in a cluster without Docker (issue: https://repo1.dso.mil/dsop/opensource/postgres/postgresql12/-/issues/5)
# VOLUME /var/lib/postgresql/data
USER postgres
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment