From 3f1730e120f4f26c33ac7aef48c8e0a52ce7727c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:43:48 +0200 Subject: [PATCH] Docker compose: remove version (#33343) Co-authored-by: gabriela --- 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