mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-30 04:36:51 +00:00
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
This commit is contained in:
parent
ea695db713
commit
d24525a8ed
@ -96,7 +96,6 @@ In order to use Zigbee or other integrations that require access to devices, you
|
|||||||
content: |
|
content: |
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
...
|
...
|
||||||
@ -125,7 +124,6 @@ As jemalloc can cause issues on certain hardware, it can be disabled by passing
|
|||||||
content: |
|
content: |
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
...
|
...
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
```yaml
|
```yaml
|
||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
container_name: homeassistant
|
container_name: homeassistant
|
||||||
|
Loading…
x
Reference in New Issue
Block a user