UNCLASSIFIED

Commit 998d3a47 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

Development

See merge request !35
parents ac2509c7 9b90789e
Pipeline #184267 failed with stages
in 1 minute and 15 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