app-store/apps/homebridge/docker-compose.yml
Jorge Montejo d23f2a982f
[Homebridge] Avoid the use of the latest version (#3639)
* Avoid the use of the latest version

* Update config.json
2024-06-08 09:21:07 +02:00

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"