mapletree/lxc2/homeassistant/matter.yml
2026-01-29 13:37:11 -07:00

10 lines
292 B
YAML
Executable file

services:
matter-server:
image: ghcr.io/home-assistant-libs/python-matter-server:stable
container_name: matter-server
restart: unless-stopped
network_mode: host
volumes:
- /docker/homeassistant/matter:/data
environment:
- MATTER_SERVER_PORT=5580