mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 20:46:09 +00:00
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>
17 lines
339 B
YAML
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'
|