update ui
This commit is contained in:
@@ -25,7 +25,8 @@ ENTRYPOINT ["/entrypoint.sh"]
|
||||
EXPOSE 1704 1705 1780
|
||||
|
||||
HEALTHCHECK --interval=15s --timeout=5s --start-period=10s \
|
||||
CMD wget -qO- http://localhost:1780/jsonrpc \
|
||||
CMD curl -fsS http://localhost:1780/jsonrpc \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{"jsonrpc":"2.0","method":"Server.GetStatus","id":1}' \
|
||||
| grep -q '"id":1' || exit 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user