name: matter-server version: '3.8' services: matter-server: container_name: matter-server image: ghcr.io/home-assistant-libs/python-matter-server:stable restart: always security_opt: - apparmor=unconfined volumes: - "${MATTER_SERVER_PATH}:/data" - /run/dbus:/run/dbus:ro network_mode: host