mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-26 16:00:31 +02:00
Merge pull request #1657 from red-avtovo/patch-1
Update healthcheck url
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
- Fix healthcheck (thanks @red-avtovo)
|
||||||
|
|
||||||
## 1.122.1-2 (08-12-2024)
|
## 1.122.1-2 (08-12-2024)
|
||||||
- Minor bugs fixed
|
- Minor bugs fixed
|
||||||
|
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ LABEL \
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ENV HEALTH_PORT="8080" \
|
ENV HEALTH_PORT="8080" \
|
||||||
HEALTH_URL="/api/server-info/ping"
|
HEALTH_URL="/api/server/ping"
|
||||||
HEALTHCHECK \
|
HEALTHCHECK \
|
||||||
--interval=5s \
|
--interval=5s \
|
||||||
--retries=5 \
|
--retries=5 \
|
||||||
|
|||||||
@@ -139,6 +139,6 @@
|
|||||||
"slug": "immich",
|
"slug": "immich",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.122.1-2",
|
"version": "1.122.1-3",
|
||||||
"webui": "http://[HOST]:[PORT:8080]"
|
"webui": "http://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user