umbrel-apps/homebridge/docker-compose.yml
2026-03-27 12:10:55 +01:00

12 lines
322 B
YAML

version: "3.7"
services:
server:
image: homebridge/homebridge:2026-03-25@sha256:a420e1e355e79c97df13c43d677a6d20c4ca6a073c889c528a6271f391e91d8c
# container runs as root
network_mode: host
# available at port 8581
volumes:
- ${APP_DATA_DIR}/data/homebridge:/homebridge
restart: on-failure