Open jmdfm opened 1 year ago
Are you using docker-compose? Do you have tty: true
set on the container? Try removing that.
@alexrudall Thanks!
This fixed the issue for me. However I must have added tty: true
at some point for a reason. So this might break Docker setups for others.
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