Add docker-compose configuration for Homebridge service
This commit is contained in:
13
homebridge/docker-compose.yml
Normal file
13
homebridge/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
version: '2'
|
||||||
|
services:
|
||||||
|
homebridge:
|
||||||
|
image: oznu/homebridge:latest
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /docker-containers/homebridge:/homebridge
|
||||||
|
logging:
|
||||||
|
driver: json-file
|
||||||
|
options:
|
||||||
|
max-size: "10mb"
|
||||||
|
max-file: "1"
|
||||||
Reference in New Issue
Block a user