mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 04:56:30 +00:00
Update Dockerfile.rootless with health endpoint
This commit is contained in:
parent
5d90dd1a9f
commit
f4079e7e1b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,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" ]
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
# Drop root and run as low-privileged user
|
||||
|
|
Loading…
Reference in a new issue