-
Notifications
You must be signed in to change notification settings - Fork 5
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
Configurable: restart=no / always #15
Comments
For now docker restart lnd containers only because lnd will crash unexpectedly in some cases. @kilrau |
Yeah sure, but it also starts it automatically after system reboot which some/most users don't want, also the restart has problems, see #15 |
After restart there are always these 3 containers up.
It should be none or all. |
In the past 2 days I've experienced
it would definitely help a lot to have something like supervisor manage the docker processes and restart automatically. |
Update: we have that by now. Restart policy not important enough, so leaving it out of |
I am thinking if it even makes sense to have auto-restart since the environment needs to be unlocked in any case. Opinions? |
I think we can keep it the way it is for now. |
Make restart policy configurable:
set to "no" or "always" for all containers based on user input (#30).
xud.sh
should be the one point of entry and handle upping all containers and also restart if one of them fails.The text was updated successfully, but these errors were encountered: