For the port policy.
Signed-off-by: Li Yuanchao lyc163mail@163.com --- container/webhook/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/container/webhook/start b/container/webhook/start index 373396a..1d121a4 100755 --- a/container/webhook/start +++ b/container/webhook/start @@ -12,7 +12,7 @@ cmd = %w[ --restart=always --name webhook -d - -p 11301:11301 + -p 20005:20005 node:webhook ]