bitwarden

This commit is contained in:
jaydee
2024-10-15 14:19:10 +02:00
parent b0dd076aa2
commit 9486436310

View File

@ -72,3 +72,16 @@ services:
ports:
- 10400:10400
- 10400:10400/udp
matter-server:
container_name: matter-server
image: ghcr.io/home-assistant-libs/python-matter-server:stable
restart: unless-stopped
security_opt:
- apparmor=unconfined
volumes:
- /share/docker_data/matter-server:/data
- /run/dbus:/run/dbus:ro
network_mode: host
labels:
com.centurylinklabs.watchtower.enable: true