[Homebridge] Avoid the use of the latest version (#3639)
* Avoid the use of the latest version * Update config.json
This commit is contained in:
parent
98d7965203
commit
d23f2a982f
|
@ -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.",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user