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 has been 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")
Steps to Reproduce (for bugs)
orbit run kickoff
on Windows 10
Context
...
Your Environment
Version used: 2.5.1
Operating System and version: Windows 10
Link to your project:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
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")
Steps to Reproduce (for bugs)
orbit run kickoff
on Windows 10
Context
...
Your Environment
The text was updated successfully, but these errors were encountered: