[Homebridge] Avoid the use of the latest version (#3639)

* Avoid the use of the latest version

* Update config.json
This commit is contained in:
Jorge Montejo 2024-06-08 09:21:07 +02:00 committed by GitHub
parent 98d7965203
commit d23f2a982f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
"name": "Home Bridge", "name": "Home Bridge",
"available": true, "available": true,
"port": 8581, "port": 8581,
"tipi_version": 1, "tipi_version": 2,
"version": "latest", "version": "2024-05-02",
"id": "homebridge", "id": "homebridge",
"categories": ["automation"], "categories": ["automation"],
"description": "HomeKit support for the impatient.", "description": "HomeKit support for the impatient.",

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
homebridge: homebridge:
container_name: homebridge container_name: homebridge
image: homebridge/homebridge:latest image: homebridge/homebridge:2024-05-02
restart: unless-stopped restart: unless-stopped
privileged: true privileged: true
network_mode: host network_mode: host
@ -15,4 +15,4 @@ services:
driver: json-file driver: json-file
options: options:
max-size: "10mb" max-size: "10mb"
max-file: "1" max-file: "1"