From 7e7657e444a94fe43d48c9cf842eda39ba770424 Mon Sep 17 00:00:00 2001 From: Brian Hagerty Date: Sat, 4 May 2024 11:00:08 -0500 Subject: [PATCH] Remove obsolete "version: 3" to eliminate warning message The "version: 3" entry is obsolete and throws a warning: 'version' is obsolete. AFAIK, there's no reason to keep it. There's a lengthy discussion of this issue in a different repo: https://github.com/jasonacox/Powerwall-Dashboard/issues/453 They got rid of "version" in that project. It seems like it should be removed here too. --- docs/install/docker/plain/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/install/docker/plain/docker-compose.yml b/docs/install/docker/plain/docker-compose.yml index 089e72c56..05d827067 100644 --- a/docs/install/docker/plain/docker-compose.yml +++ b/docs/install/docker/plain/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3" services: db_recipes: restart: always