-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Supervisor and fig. #157
Comments
Yeah, |
Ha, ok. Missed that #1! |
If the master Both verion 1.2.x and 1.3.1 have the same behavior.
|
xulike666
pushed a commit
to xulike666/compose
that referenced
this issue
Jan 19, 2017
let user to specify the shim name or path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm attempting to keep my fig processes up using supervisor. If one of my docker processes crashes I would like to restart it. Currently fig doesn't restart it, but it doesn't crash either.
If for example
fig up web
crashes, it will just sit there showing the exception.Is it possible to make fig crash too? Allowing supervisor to restart it?
The text was updated successfully, but these errors were encountered: