From d24525a8ed54481f6cac25c0a7fdf0c0ef6310ca Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Fri, 21 Jun 2024 10:57:02 +0200 Subject: [PATCH] Docker compose: remove version - obsolete according to docker compose specifications: https://docs.docker.com/compose/compose-file/04-version-and-name/ - implements feedback from #33259 --- source/_includes/installation/container.md | 2 -- source/_includes/installation/container/compose.md | 1 - 2 files changed, 3 deletions(-) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index 6dbf16734af..7963a76c9bb 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -96,7 +96,6 @@ In order to use Zigbee or other integrations that require access to devices, you content: | ```yaml - version: '3' services: homeassistant: ... @@ -125,7 +124,6 @@ As jemalloc can cause issues on certain hardware, it can be disabled by passing content: | ```yaml - version: '3' services: homeassistant: ... diff --git a/source/_includes/installation/container/compose.md b/source/_includes/installation/container/compose.md index c4d1391c3f6..ed1903ba70d 100644 --- a/source/_includes/installation/container/compose.md +++ b/source/_includes/installation/container/compose.md @@ -1,5 +1,4 @@ ```yaml - version: '3' services: homeassistant: container_name: homeassistant