Skip to content

Commit

Permalink
chore: remove deprecated version specifiers from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
leviszaboo committed Jul 14, 2024
1 parent 753dd46 commit 00176a7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
nginx:
ports:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
nginx:
ports:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
postgres:
ports:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
nginx:
build:
Expand Down

0 comments on commit 00176a7

Please sign in to comment.