From 51c6241450a25e374ecfb0ff661a00bb99519b23 Mon Sep 17 00:00:00 2001 From: Phill Kelley <34226495+Paraphraser@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:30:58 +1100 Subject: [PATCH] 2024-03-24 docker-compose.yml - master branch - PR 1 of 2 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 <34226495+Paraphraser@users.noreply.github.com> --- .templates/docker-compose-base.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.templates/docker-compose-base.yml b/.templates/docker-compose-base.yml index 0d933d4f..7337dc90 100644 --- a/.templates/docker-compose-base.yml +++ b/.templates/docker-compose-base.yml @@ -1,7 +1,5 @@ --- -version: '3.6' - networks: default: driver: bridge