mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
11 lines
321 B
YAML
11 lines
321 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homebridge/homebridge:2024-06-27@sha256:be09c4402c351520069014ba77a6d12f22021294c04125b827a8e7cb5b79b9da
|
|
# container runs as root
|
|
network_mode: host
|
|
# available at port 8581
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/homebridge:/homebridge
|
|
restart: on-failure |