Merge pull request #1185 from override80/patch-1

Fix: Flaresolverr healthcheck path
This commit is contained in:
Alexandre
2024-01-15 20:03:24 +01:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
- Correct healthcheck endpoint (thanks @override80)
## 3.3.13 (13-01-2024)
- Update to latest version from FlareSolverr/FlareSolverr

View File

@@ -103,7 +103,7 @@ LABEL \
#################
ENV HEALTH_PORT="8191" \
HEALTH_URL=""
HEALTH_URL="/health"
HEALTHCHECK \
--interval=5s \
--retries=5 \

View File

@@ -76,6 +76,6 @@
"slug": "flaresolverr",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.3.13",
"version": "3.3.13-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]"
}