mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-13 16:34:22 +01: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)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ LABEL \
|
||||
#################
|
||||
|
||||
ENV HEALTH_PORT="8080" \
|
||||
HEALTH_URL="/api/server-info/ping"
|
||||
HEALTH_URL="/api/server/ping"
|
||||
HEALTHCHECK \
|
||||
--interval=5s \
|
||||
--retries=5 \
|
||||
|
||||
@@ -139,6 +139,6 @@
|
||||
"slug": "immich",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.122.1-2",
|
||||
"version": "1.122.1-3",
|
||||
"webui": "http://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user