Can't get the homebridge docker either with or without GUI running.
With GUI it just doesnt start, according to the logs it should have as its giving a code.
Without GUI wont start up because of:
[5/3/2019, 12:46:35 AM] Loaded config.json with 0 accessories and 1 platforms.
[5/3/2019, 12:46:35 AM] ---
[5/3/2019, 12:46:35 AM] Loaded plugin: homebridge-info
[5/3/2019, 12:46:35 AM] Registering platform 'homebridge-info.Info'
[5/3/2019, 12:46:35 AM] ---
[5/3/2019, 12:46:35 AM] Loaded plugin: homebridge-pilight
[5/3/2019, 12:46:35 AM] Registering accessory 'homebridge-pilight.pilight'
[5/3/2019, 12:46:35 AM] ---
[5/3/2019, 12:46:35 AM] Loading 1 platforms...
/usr/local/lib/node_modules/homebridge/lib/api.js:122
throw new Error("The requested platform '" + name + "' was not registered by any plugin.");
^
Error: The requested platform 'config' was not registered by any plugin.
at API.platform (/usr/local/lib/node_modules/homebridge/lib/api.js:122:13)
at Server._loadPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:316:45)
at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:86:36)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:45:10)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
Now, what am I doing wrong? Really would like to connect my milights to homekit :))