Docker auto restart #1640
Unanswered
naanlizard
asked this question in
Help
Replies: 1 comment 6 replies
-
All I can confirm is that I've seen the same behavior, where OME in docker does not restart after a crash even with |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today our OME crashed (see #1639) - we have OME running in docker with docker compose, here's the relevant bit of the compose file
Now, the container didn't actually restart despite the complete crash of OME, which I would think it should. Docker showed exited iirc in the docker status, though I foolishly didn't double check this as I was in a rush to get things working again.
Anyone understand what might make it such that OME doesn't restart automatically like it should? In the linked issue, I include our dockerfile, perhaps it's the entrypoint bit screwing things up?
Beta Was this translation helpful? Give feedback.
All reactions