Skip to content
Snippets Groups Projects
Commit 1667fe6b authored by Michael Simon's avatar Michael Simon
Browse files

set postgres version to 13 instead of latest.

It seems that major upgrading postgres in docker image is not possible.
parent ab545e95
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ services:
depends_on:
- postgres
postgres:
image: postgres
image: postgres:13
ports:
- "5432:5432"
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment