You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2019. It is now read-only.
it should check health then output "[OK] XXX is running!"
Current Behavior
INFO[0001] executing command [C:\WINDOWS\system32\cmd.exe /c docker-compose -p locallistserver01 -f modules/toolbox/docker-compose.yml run --rm toolbox /bin/sh -c "/scripts/health-check.sh NGINX nginx 80"] from task nginx-up
NGINX: line 1: syntax error: unterminated quoted string
ERRO[0003] exit status 2
Possible Solution
as hint:
it works if you execute the command directly
(C:\WINDOWS\system32\cmd.exe /c docker-compose -p locallistserver01 -f modules/toolbox/docker-compose.yml run --rm toolbox /bin/sh -c "/scripts/health-check.sh NGINX nginx 80")