Skip to content

Commit

Permalink
Remove obsolete 'version' from docker compose file
Browse files Browse the repository at this point in the history
Deals with the warning from docker that:
```
`version` is obsolete
```
  • Loading branch information
olaughter committed Aug 29, 2024
1 parent 7454694 commit 85e8315
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 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.7"
services:
vespatest:
image: vespaengine/vespa:8.396.18
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:
backend_db:
image: postgres:14
Expand Down

0 comments on commit 85e8315

Please sign in to comment.