-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Hey guys I think we have a bug with the new template system for nginx config.
I did not investigate but when deploying a dockerfile app, the port is not correctly configured anymore.
I deployed a previous app that was working without any problem with v0.4.x and now it sets DOKKU_DOCKERFILE_PORT and DOKKU_DOCKERFILE_PORTS and then want to serve my app directly on the dockerfile port instead of proxying like any other apps.
I found that removing DOKKU_DOCKERFILE_PORTS seems to enable again the previous config with vhost but it then sets the port to 5000 instead of using the one declared by the dockerfile…
So for now, I had to directly edit the generated nginx.conf file to set the correct port :/