Speedtest-Tracker
Speedtest-Tracker copied to clipboard
[BUG] Synology NAS not able to set up the docker container
When I set up the docker container on my Synology NAS, i get the following error when I start the container:
2023/09/14 20:24:00 | stdout | PHP Fatal error: require(): Failed opening required '/config/www/vendor/autoload.php' (include_path='.:/usr/share/php7') in /config/www/artisan on line 18 2023/09/14 20:24:00 | stdout | PHP Warning: require(/config/www/vendor/autoload.php): failed to open stream: No such file or directory in /config/www/artisan on line 18 2023/09/14 20:24:00 | stdout | PHP Fatal error: require(): Failed opening required '/config/www/vendor/autoload.php' (include_path='.:/usr/share/php7') in /config/www/artisan on line 18 2023/09/14 20:24:00 | stdout | PHP Warning: require(/config/www/vendor/autoload.php): failed to open stream: No such file or directory in /config/www/artisan on line 18
In my /config/www folger there is no folder with the name vendor
Did i miss anything in the setup process?