Skip to content

Commit

Permalink
2024-03-24 docker-compose.yml - master branch - PR 1 of 2
Browse files Browse the repository at this point in the history
From and including `docker-compose-plugin` v2.25.0, the `version:`
clause is deprecated. Commands now produce the following warning:

```
WARN[0000] /home/pi/IOTstack/docker-compose.yml: `version` is obsolete
```

This PR removes the `version:` clause from the template.

Most users will likely need to hand-edit their compose files to remove
the clause.

Signed-off-by: Phill Kelley <[email protected]>
  • Loading branch information
Paraphraser committed Mar 24, 2024
1 parent 7a05f32 commit 51c6241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .templates/docker-compose-base.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---

version: '3.6'

networks:
default:
driver: bridge
Expand Down

0 comments on commit 51c6241

Please sign in to comment.