Skip to content

Commit

Permalink
fix docker-compose deprecation warning
Browse files Browse the repository at this point in the history
```
WARN: docker-compose.yml: `version` is obsolete
```

so we're removing the now obsolete `version` attribute.
  • Loading branch information
nm2107 committed Aug 22, 2024
1 parent 1e0f1c3 commit dfcca3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
version: '3.7'

services:
app:
build:
Expand Down

0 comments on commit dfcca3c

Please sign in to comment.