mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49:17 +00:00
bd5622b2a3
Co-authored-by: nmfretz <nmfretz@gmail.com>
12 lines
322 B
YAML
12 lines
322 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homebridge/homebridge:2024-09-03@sha256:584a554ee3973cfdcc1d62723af42070366ec793cbe3431f95f6f398598d6657
|
|
# container runs as root
|
|
network_mode: host
|
|
# available at port 8581
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/homebridge:/homebridge
|
|
restart: on-failure
|