Skip to content

Commit

Permalink
fix: use docker version 12 and and version in compose file [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohmn committed Aug 16, 2024
1 parent 456e9d6 commit c56f785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3'
services:
postgres:
image: postgres:latest
image: postgres:12
ports:
- 5432:5432
volumes:
Expand Down

0 comments on commit c56f785

Please sign in to comment.