[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",
"available": true,
"port": 8581,
"tipi_version": 1,
"version": "latest",
"tipi_version": 2,
"version": "2024-05-02",
"id": "homebridge",
"categories": ["automation"],
"description": "HomeKit support for the impatient.",

View File

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