Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker healthcheck reports unhealthy due to syntax error #172

Closed
samsapti opened this issue Jan 7, 2024 · 1 comment
Closed

Docker healthcheck reports unhealthy due to syntax error #172

samsapti opened this issue Jan 7, 2024 · 1 comment

Comments

@samsapti
Copy link

samsapti commented Jan 7, 2024

The nc command in the healthcheck has a syntax error, resulting in the following error message:

nc: service "-w" unknown

The fix is to change nc 127.0.0.1 587 -w 2 to nc -w 2 127.0.0.1 587.

@bokysan
Copy link
Owner

bokysan commented Jan 7, 2024

That's on me. I've merged PR #171 without proper testing. Will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants