Content
You are here:
Install OpenProject with Docker and jwilder/nginx-proxy
Added by Руслан Сулимов over 4 years ago
Hello!
Could you please help me figure out the next question?
Trying to install OpenProject using docker-compose. The problem is that the .yml file has its own proxy section, but we do not need it, because we use jwilder/nginx-proxy.
The task is to hide the Web interface for the proxy and not use the external port 8080.
I tried to comment out the "proxy" section, specified the environment values necessary for jwilder/nginx-proxy to work at the "web", replacing "ports" with "expose". My attempts were unsuccessful. Can you please give some advice?