mirror of
https://github.com/ViViDboarder/docker-rpi-homebridge.git
synced 2024-12-22 20:17:38 +00:00
9 lines
175 B
YAML
9 lines
175 B
YAML
homebridge:
|
|
build: .
|
|
ports:
|
|
- "51826:51826"
|
|
net: host
|
|
volumes:
|
|
- ./config.json:/root/.homebridge/config.json
|
|
- ./plugins.txt:/root/.homebridge/plugins.txt
|