UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
postgres
postgresql12
Commits
9b90789e
Commit
9b90789e
authored
Jan 28, 2021
by
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
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
9b90789e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment