mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Test need a more recent version of NodeJS so update Dockerfile.
This commit is contained in:
parent
68d6d3c4ff
commit
1f5ef968cf
4 changed files with 12 additions and 2 deletions
|
@ -211,7 +211,7 @@ app.get('/',function(req,res) {
|
|||
return res.status(200).send(payload);
|
||||
});
|
||||
|
||||
var expressServer = app.listen(AGENT_PORT,agentIdToIp(thisAgentId),function () {
|
||||
var expressServer = app.listen(AGENT_PORT,function () {
|
||||
registerAndGetPeers(function(err,peers) {
|
||||
if (err) {
|
||||
console.error('FATAL: unable to contact or query server: '+err.toString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue