In Rails 6, how do I allow deveopment console access from any local machine/network? – Docker
I’m running a Rails 6 application from a Docker container. When I start my application, I get errors like this on the log rails.1 | Cannot render console from 142.29.0.1! Allowed networks: 0.0.0.0, 127.0.0.0/127.255.255.255, ::1 How do I allow connections…