mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 04:56:30 +00:00
Add health endpoint instead of root
This commit is contained in:
parent
387d52c2fc
commit
5d90dd1a9f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ HEALTHCHECK --interval=30s \
|
|||
--timeout=5s \
|
||||
--start-period=5s \
|
||||
--retries=3 \
|
||||
CMD [ "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:7745" ]
|
||||
CMD [ "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:7745/api/v1/status" ]
|
||||
WORKDIR /app
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue