Change node exposed port to non-privileged
This commit is contained in:
parent
f5a380f654
commit
44177abf51
|
|
@ -9,7 +9,7 @@ server {
|
|||
proxy_set_header HOST $http_host;
|
||||
proxy_set_header X-NginX-Proxy true;
|
||||
|
||||
proxy_pass http://[your_node_container_link_alias];
|
||||
proxy_pass http://[your_node_container_link_alias]:3000;
|
||||
proxy_redirect off;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue