Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo
docker-postgresql
Commits
0f39008b
Commit
0f39008b
authored
Jan 23, 2019
by
Tulio Ruiz
Browse files
[ADD] Add psql 11
parent
d67e5310
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
postgresql11-ci/Dockerfile
0 → 100644
View file @
0f39008b
FROM
postgres:11-alpine
ENV
LC_COLLATE "C"
RUN
mkdir
-p
/etc/postgresql/
COPY
./postgresql.conf /etc/postgresql/postgresql.conf
RUN
chown
postgres:postgres
-R
/etc/postgresql
CMD
["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
postgresql11-ci/postgresql.conf
0 → 100644
View file @
0f39008b
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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