-
-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Labels
Description
I want to expose a port to the nginx proxy additionally to the standard 80 and 443. I easily did it without using the proxy with the app.docker.args
:
<% for(var args in docker.args) { %> <%- docker.args[args] %> <% } %> \ |
but there is no such proxy.docker.args
:
sudo docker run \ |
Is there a workaround for this or should I ask for this change?
Thanks!