We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When doing a noma stop only LND stops but not invoicer.
noma stop
So Ideally it should go into the docker-compose directory and issue a docker-compose down after LND is stopped.
docker-compose
docker-compose down
This should also be a fallback incase LND does not stop for some reason
The text was updated successfully, but these errors were encountered:
Good idea.
Have you noticed some differences between docker stop and docker-compose down?
docker stop
There’s also docker kill for stuck processes
docker kill
Sorry, something went wrong.
yep it should just force quit all the processes eventually if stuff gets "stuck"
But the main issue is invoicer currently doesn't stop when you do noma stop
No branches or pull requests
When doing a
noma stop
only LND stops but not invoicer.So Ideally it should go into the
docker-compose
directory and issue adocker-compose down
after LND is stopped.This should also be a fallback incase LND does not stop for some reason
The text was updated successfully, but these errors were encountered: