[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",
|
"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.",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user