Skip to content

Commit

Permalink
Remove obselete docker version attribute
Browse files Browse the repository at this point in the history
Docker warns about this, so removing
  • Loading branch information
linearcombination committed Jun 8, 2024
1 parent 41b05fe commit 37bf44f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker-compose.api-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
frontend:
# use nginx as a mock frontend since the frontend isn't built or used at this stage
Expand Down
1 change: 0 additions & 1 deletion docker-compose.frontend-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
frontend-test-runner:
image: wycliffeassociates/doc-ui-tests:local
Expand Down
1 change: 0 additions & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
api:
volumes:
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:
redis:
image: redis:latest
Expand Down

0 comments on commit 37bf44f

Please sign in to comment.