attempt immich upgrade to v133.0; add matter server compose file
This commit is contained in:
11
matter-server/compose.yaml
Normal file
11
matter-server/compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
matter-server:
|
||||
container_name: matter-server
|
||||
image: ghcr.io/home-assistant-libs/python-matter-server:stable
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- /run/dbus:/run/dbus:ro
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user