Foreman install 2.5, HTTP: attempt to connect to 127.0.0.1:3000 (127.0.0.1) failed

Ahh good to know. We run Foreman in a docker container so I don’t have access to systemctl (or probably the DBus it’s always yelling at me about) but I can run:

FOREMAN_ENV=production 
FOREMAN_BIND=tcp://0.0.0.0:3000

and then

/usr/share/foreman/bin/rails server --environment $FOREMAN_ENV

And now I’m getting the login prompt (well the whole site really, was able to login just fine) without issue. Good to know, much appreciate the help.

1 Like