add a "restart" option in the settings #3301
Closed
gfkaoshdnal
started this conversation in
Ideas
Replies: 1 comment
|
This is not really possible to do properly, because a clean exit (0) will not restart the container by default on docker (depending on your seedbox configuration), and exit (1) should not be used for that because it's an unsuccessful termination that could trigger alerts on supervision, and it doesn't guarantee the container will restart (by default it will, unless restart is set to no). The proper way to do this is to ask your provider to implement application restart, as it will benefit every application they offer. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm using seerr on a seedbox where I don't have access to the containers configs/files or even the CLI.
When I edit some options in seerr, they need a restart to be applied so I need to ask my seedbox's support to do that for me.
I think an option to restart the container would be great, in the UI and also via an API endpoint using your API key
All reactions