You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Overmind 2.4.0 inside a Docker container. It seems to only start the first entry of the Procfile correctly, and the other entries are marked as running but do not have a PID, and cannot be connected to.
overmind ps looks like this:
> overmind ps
PROCESS PID STATUS
rails 25 running
sidekiq 0 running
clock 0 running
If you try to connect you get the following error:
can't find window
I've tried moving lines around in the Procfile, and it always starts the first line entry only.
Is this a bug or am I doing something stupid? This does not happen with 2.3.0. The version of tmux installed is tmux 3.3a
The text was updated successfully, but these errors were encountered:
I have a
Procfile.dev
that looks like this:I am running Overmind 2.4.0 inside a Docker container. It seems to only start the first entry of the Procfile correctly, and the other entries are marked as
running
but do not have a PID, and cannot beconnect
ed to.overmind ps
looks like this:If you try to
connect
you get the following error:I've tried moving lines around in the Procfile, and it always starts the first line entry only.
Is this a bug or am I doing something stupid? This does not happen with 2.3.0. The version of tmux installed is
tmux 3.3a
The text was updated successfully, but these errors were encountered: