Docker has an opened port, but it's not described in configuration files? – Nginx
I have 2 Dockerfiles: one with nginx and another with php. Container with php exposes port 9000, but it is not described in docker-compose.yml or Dockerfile. What makes docker to open the port 9000? Does anyone come across this problem?…