atom-editor

mauricio.szabo 2022-02-23T15:50:45.962329Z

You're using docker-compose, right? Are you exposing the 5555 port on the compose file, or using local network? Did you add --service-ports at the end of docker-compose run?

mauricio.szabo 2022-02-23T15:51:17.020759Z

If you can, show me your docker-compose.yml file and the way you're running it @ps