Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS Team
FUSS Remote Access
Commits
5bff42e7
Verified
Commit
5bff42e7
authored
Oct 02, 2021
by
Marco Marinello
Browse files
Set fixed version of postgres
Signed-off-by:
Marco Marinello
<
me@marcomarinello.it
>
parent
03cc50ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
5bff42e7
...
...
@@ -3,12 +3,13 @@ version: '3.5'
services
:
postgres
:
container_name
:
pg
image
:
postgres
image
:
postgres
:14
restart
:
unless-stopped
ports
:
-
5432:5432
environment
:
POSTGRES_USER
:
${POSTGRES_USER:-postgres}
POSTGRES_DB
:
nc
POSTGRES_PASSWORD
:
${POSTGRES_PASSWORD:-changeme}
PGDATA
:
/data/postgres
volumes
:
...
...
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