Files
homeprod/docker/home/matter-server/docker-compose.yml
dependabot[bot] 22cf5d0d8a build(deps): bump home-assistant-libs/python-matter-server
Bumps home-assistant-libs/python-matter-server from 8.0.0 to 8.1.0.

---
updated-dependencies:
- dependency-name: home-assistant-libs/python-matter-server
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 01:10:37 +00:00

17 lines
339 B
YAML

services:
matter-server:
image: ghcr.io/home-assistant-libs/python-matter-server:8.1.0
container_name: matter-server
restart: unless-stopped
network_mode: host
volumes:
- data:/data/
volumes:
data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/matter-server/data'