assign ip to npm
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
"internalPort": 81,
|
||||
"addPorts": [
|
||||
{
|
||||
"hostPort": "${NPM_HTTP_PORT}",
|
||||
"hostPort": "192.168.1.150:${NPM_HTTP_PORT}",
|
||||
"containerPort": 80
|
||||
},
|
||||
{
|
||||
"hostPort": "${NPM_HTTPS_PORT}",
|
||||
"hostPort": "192.168.1.150:${NPM_HTTPS_PORT}",
|
||||
"containerPort": 443
|
||||
},
|
||||
{
|
||||
"hostPort": "${NPM_WEBUI_PORT}",
|
||||
"hostPort": "192.168.1.150:${NPM_WEBUI_PORT}",
|
||||
"containerPort": 81
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user