Abhijith Hegde
Results
1
comments of
Abhijith Hegde
I faced a similar issue and resolved it by using an additional NGINX reverse proxy inside the `docker-compose.yml` file. Below is the configuration I used: ``` nginx: container_name: peppermint_nginx image:...