Skip to content

Commit

Permalink
♻️ Remove deprecated version tag from Docker Compose files
Browse files Browse the repository at this point in the history
Improve compatibility with newer Docker Compose versions
  • Loading branch information
CXwudi committed Dec 14, 2024
1 parent b99b89d commit e528c2c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docker/docker-compose.base.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
base:
image: vvd-env
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.debug-test-all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# this compose file should be run together with .base.yml file
version: '3.7'

services:
base:
container_name: vvd-debug-test-all
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.test-all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# this compose file should be run together with .base.yml file
version: '3.7'

services:
base:
container_name: vvd-test-all
Expand Down

0 comments on commit e528c2c

Please sign in to comment.