Closed macfarla closed 3 years ago
Hi, I would like to work on this issue.
Hello sir, I have created a pull request. In the pull request all the test cases have passed except one. The test case not passed are for the docker.md file, I made changes in the file according to the mentioned issue. can you please review it?
Apologies for being ambiguous in the description. We still need the nodeport
value but remove the port from the nodeurl
value
eg
nodeurl = "http://127.0.0.1/"
nodeport = 7777
I think if you make this change throughout, the docker step should pass.
@macfarla is this issue still relevant, or should it be closed?
the easy workaround is to make them the same ie leave as is.
eg if you specify
the url actually used will be http://127.0.0.1:7777 The examples, sample config and docs all make them the same eg
same for clienturl/clientport
Should be eg