Skip to content
Snippets Groups Projects
Commit 388bb24f authored by jurgenhaas's avatar jurgenhaas
Browse files

Lock postgres to version 12 for now

parent a13407c7
Branches main
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ services:
- api
restart: always
db:
image: postgres
image: postgres:12
volumes:
- ./pg-data:/var/lib/postgresql/data
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