[22:19:12] Hi guys, maybe someone can help me. I want to run mediawiki & docker on my macbook and followed this guid https://github.com/addshore/mediawiki-docker-dev#readme (Semi-automatic Installation) and the wiki is starting when go to http://default.web.mw.localhost:8080. Now I want to use VE so I installed it + parsoid. [22:19:31] But now I am getting Error loading data from server: apierror-visualeditor-docserver-http-error: Error contacting the Parsoid/RESTBase server: (curl error: 7) Couldn't connect to server. [22:19:59] I set $wgVirtualRestConfig['modules']['parsoid'] = array( // URL to the Parsoid instance // Use port 8142 if you use the Debian package 'url' => 'http://127.0.0.1:8000', // Parsoid "domain", see below (optional) 'domain' => 'localhost', // Parsoid "prefix", see below (optional) 'prefix' => 'localhost'); [22:20:46] and in config.yaml I set # This is the only required parameter, # the URL of you MediaWiki API endpoint. uri: 'http://default.web.mw.localhost:8080/mediawiki/api.php'