Skip to content

Commit

Permalink
Remove deprecated version key from docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Feb 7, 2025
1 parent e7e865c commit f7427a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
app:
environment:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.kelvin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
app:
restart: unless-stopped
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.7"
services:
app:
restart: unless-stopped
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.7"
services:
app:
build:
Expand Down

0 comments on commit f7427a3

Please sign in to comment.