SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.45k stars 308 forks source link

2024-03-24 docker-compose.yml - master branch - PR 1 of 2 #757

Closed Paraphraser closed 5 months ago

Paraphraser commented 6 months ago

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.