Steps to Reproduce: Run (I've tried with both 1.33 and 1.34 bundle)
docker-compose docker-compose.yml pull docker-compose docker-compose.yml up
(Docker-compose.yml downloaded here)
after removing everything of all my former Docker contains and volumes with
docker system prune
Actual Results:
When I try to access my Wikibase instance, I see this warning (also visible in the logs related to the wikibase container):
>> Warning: require_once(/var/www/html/extensions/Wikibase/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/LocalSettings.php on line 52 >> >> Fatal error: require_once(): Failed opening required '/var/www/html/extensions/Wikibase/vendor/autoload.php' (include_path='/var/www/html/vendor/pear/console_getopt:/var/www/html/vendor/pear/mail:/var/www/html/vendor/pear/mail_mime:/var/www/html/vendor/pear/net_smtp:/var/www/html/vendor/pear/net_socket:/var/www/html/vendor/pear/pear-core-minimal/src:/var/www/html/vendor/pear/pear_exception:.:/usr/local/lib/php') in /var/www/html/LocalSettings.php on line 52
Based on this, I've tried to add "extensions/Wikibase/composer.json" in composer.local.json: no improvement.
Expected Results: to be able to run again a Wikibase instance...