[PATCH compass-ci] container/webhook: change the service port

15 Mar
2021
15 Mar
'21
7:40 p.m.
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 ] -- 2.23.0
1497
Age (days ago)
1497
Last active (days ago)
0 comments
1 participants
participants (1)
-
Li Yuanchao