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
998d3a47
Commit
998d3a47
authored
Jan 29, 2021
by
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
Changes
1
Pipelines
58
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 @
998d3a47
...
...
@@ -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