Skip to content

Commit

Permalink
Run image on postgres v14
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Oct 16, 2024
1 parent 0ad9ccb commit f23b356
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 @@ -39,7 +39,7 @@ services:
- ARGUS_DATAPORTEN_SECRET=notset

postgres:
image: "postgres:12"
image: "postgres:14"
volumes:
- postgres:/var/lib/postgresql/data:Z
environment:
Expand Down

0 comments on commit f23b356

Please sign in to comment.