fix container disable jemalloc example (#30239)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
TaiPhamD 2023-12-11 00:04:18 -08:00 committed by GitHub
parent 33b5e37fa0
commit 577d694b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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