Fix Docker Compose DISABLE_JEMALLOC example (#22766)

This commit is contained in:
Franck Nijhof 2022-05-16 15:05:54 +02:00 committed by GitHub
parent 3a3e61ec3f
commit c350294cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ As jemalloc can cause issues on certain hardware, it can be disabled by passing
homeassistant:
...
environment:
DISABLE_JEMALLOC: true
- DISABLE_JEMALLOC: true
```
{% endtabbed_block %}