You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
321 B
11 lines
321 B
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homebridge/homebridge:2024-10-02@sha256:07cfdceb35c855b1ac3b787f50593d8e4f24e04867588a11c81b8cd4314e4457
|
|
# container runs as root
|
|
network_mode: host
|
|
# available at port 8581
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/homebridge:/homebridge
|
|
restart: on-failure
|