Skip to content

Commit

Permalink
Fixed docker image version (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamwoldum authored Dec 8, 2023
1 parent 636479c commit eb9eec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./data:/var/lib/postgresql/data

ecdar-api-test-db:
image: postgres
image: postgres:16
environment:
- POSTGRES_DB
- POSTGRES_PASSWORD
Expand Down

0 comments on commit eb9eec1

Please sign in to comment.