[Why] According our latest port policy, modify the service port: - netdata: 20012 => 20013
Signed-off-by: Yu Chuan 13186087857@163.com --- container/netdata/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/container/netdata/start b/container/netdata/start index 18d225b8fcae..4b2d8962204e 100755 --- a/container/netdata/start +++ b/container/netdata/start @@ -10,7 +10,7 @@ cmd=( docker run -d --restart=always --name netdata - -p 20012:19999 + -p 20013:19999 -v /proc:/host/proc:ro -v /sys:/host/sys:ro -v /etc/localtime:/etc/localtime:ro
This port can be set as a variable in sparrow.
-------- Thanks, Xijian
On Sat, Mar 27, 2021 at 10:45:18AM +0800, Yu Chuan wrote:
[Why] According our latest port policy, modify the service port:
- netdata: 20012 => 20013
Signed-off-by: Yu Chuan 13186087857@163.com
container/netdata/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/container/netdata/start b/container/netdata/start index 18d225b8fcae..4b2d8962204e 100755 --- a/container/netdata/start +++ b/container/netdata/start @@ -10,7 +10,7 @@ cmd=( docker run -d --restart=always --name netdata
- -p 20012:19999
- -p 20013:19999 -v /proc:/host/proc:ro -v /sys:/host/sys:ro -v /etc/localtime:/etc/localtime:ro
-- 2.23.0
On Sat, Mar 27, 2021 at 11:40:40AM +0800, Xu Xijian wrote:
This port can be set as a variable in sparrow.
ok.
-------- Thanks Yu Chuan
Thanks, Xijian
On Sat, Mar 27, 2021 at 10:45:18AM +0800, Yu Chuan wrote:
[Why] According our latest port policy, modify the service port:
- netdata: 20012 => 20013
Signed-off-by: Yu Chuan 13186087857@163.com
container/netdata/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/container/netdata/start b/container/netdata/start index 18d225b8fcae..4b2d8962204e 100755 --- a/container/netdata/start +++ b/container/netdata/start @@ -10,7 +10,7 @@ cmd=( docker run -d --restart=always --name netdata
- -p 20012:19999
- -p 20013:19999 -v /proc:/host/proc:ro -v /sys:/host/sys:ro -v /etc/localtime:/etc/localtime:ro
-- 2.23.0