d23f2a982f
* Avoid the use of the latest version * Update config.json
19 lines
383 B
YAML
19 lines
383 B
YAML
|
|
version: '3'
|
|
services:
|
|
homebridge:
|
|
container_name: homebridge
|
|
image: homebridge/homebridge:2024-05-02
|
|
restart: unless-stopped
|
|
privileged: true
|
|
network_mode: host
|
|
environment:
|
|
- TZ=${TZ}
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/homebridge:/homebridge
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "10mb"
|
|
max-file: "1"
|