I can't get this to work with Dokku / Docker... I've tried on localhost and everything works fine but when I push to production to a dokku container, it just doesn't work. The server starts fine and ready but the client never connects.
L A R A V E L E C H O S E R V E R
2019-04-19T01:48:40.183990302Z app[echo-server.1]:
2019-04-19T01:48:40.185914126Z app[echo-server.1]: version 1.5.0
2019-04-19T01:48:40.185926285Z app[echo-server.1]:
2019-04-19T01:48:40.186178078Z app[echo-server.1]: ⚠ Starting server in DEV mode...
2019-04-19T01:48:40.186455243Z app[echo-server.1]:
2019-04-19T01:48:40.253974198Z app[echo-server.1]: ✔ Running at 0.0.0.0 on port 6001
2019-04-19T01:48:40.254617372Z app[echo-server.1]: ✔ Channels are ready.
2019-04-19T01:48:40.258703950Z app[echo-server.1]: ✔ Listening for http events...
2019-04-19T01:48:40.360605271Z app[echo-server.1]: ✔ Listening for redis events...
2019-04-19T01:48:40.360887808Z app[echo-server.1]:
2019-04-19T01:48:40.360898720Z app[echo-server.1]: Server ready!
I can't get this to work with Dokku / Docker... I've tried on localhost and everything works fine but when I push to production to a dokku container, it just doesn't work. The server starts fine and ready but the client never connects.
laravel-echo-server.json
I see this output from the log