This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
home-assistant-yellow/overlay/etc/containers/systemd/zigbee2mqtt.container
Dustin C. Hatch 00c957957d Split repo: remove generic Aimee OS
Splitting the Home Assistant Yellow configuration into its own
repository; the generic Aimee OS build system and configuration are now
tracked in a separate repository.
2023-04-01 10:35:59 -05:00

20 lines
304 B
Plaintext

[Unit]
After=network-online.target
Wants=network-online.target
[Container]
Image=docker.io/koenkk/zigbee2mqtt:latest
Network=host
Volume=/var/lib/zigbee2mqtt:/app/data:Z
User=302
Group=302
ReadOnly=true
[Service]
TimeoutStartSec=5min
ProtectSystem=full
UMask=0077
[Install]
WantedBy=multi-user.target