Skip to content

Commit

Permalink
docker compose: remove obsolete version property
Browse files Browse the repository at this point in the history
The top-level version property in a compose file is now considered
obsolete by the docker project. If its include current docker compose
versions output a warning such as:
WARN[0000] <path>/docker-compose-waii-iotdb.yml: `version` is obsolete

For details see:
docker/compose#11628
jasonacox/Powerwall-Dashboard#453

To quiet the warning remove the version property.

Signed-off-by: Stephen Lawrence <[email protected]>
  • Loading branch information
slawr committed Apr 9, 2024
1 parent c855d53 commit 34dd226
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/docker-compose-waii-iotdb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
name: cdsp-waii-iotdb

services:
Expand Down

0 comments on commit 34dd226

Please sign in to comment.