Skip to content

Commit

Permalink
fixed postgres version
Browse files Browse the repository at this point in the history
Issue #23
  • Loading branch information
rsoika committed Sep 16, 2024
1 parent 2e2feae commit b0926c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.6"
services:

imixs-db:
image: postgres:9.6.1
image: postgres:13.11
environment:
POSTGRES_PASSWORD: adminadmin
POSTGRES_DB: workflow-db
Expand Down

0 comments on commit b0926c8

Please sign in to comment.