Merge pull request #1657 from red-avtovo/patch-1

Update healthcheck url
This commit is contained in:
Alexandre
2024-12-08 14:05:10 +01:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
- Fix healthcheck (thanks @red-avtovo)
## 1.122.1-2 (08-12-2024)
- Minor bugs fixed

View File

@@ -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 \

View File

@@ -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]"
}