docker compose nginx reverse proxy to wrong container
I have a docker-compose.yml file of a project server.It contains a mongo container, nginx service and a panel. I have to containerize my service and the panel for both test and main environements.Firstly I publish on test, afterwards I publish…