diff --git a/templates/compose/erpnext.yaml b/templates/compose/erpnext.yaml index 246b37117..884d7dbff 100644 --- a/templates/compose/erpnext.yaml +++ b/templates/compose/erpnext.yaml @@ -119,7 +119,7 @@ services: - nginx-entrypoint.sh healthcheck: test: | - curl --fail -H "Host: $$FRAPPE_SITE_NAME_HEADER" http://localhost:8080/api/method/ping' | jq '.message == "pong"' | grep true || exit 1 + curl --fail -H "Host: $$FRAPPE_SITE_NAME_HEADER" http://localhost:8080/api/method/ping | jq '.message == "pong"' | grep true || exit 1 environment: BACKEND: backend:8000 SOCKETIO: websocket:9000