Skip to content

Commit

Permalink
remove version from docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Jul 10, 2024
1 parent e33f2b3 commit 81fb875
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

# Use extension fields, see https://docs.docker.com/compose/compose-file/11-extension/
x-common-variables: &test-variables
HOST: http://testapp
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

include:
- docker-compose.test.yml

Expand Down

0 comments on commit 81fb875

Please sign in to comment.