You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The Firewall of the Synology NAS did not allow communications of the docker container networks to the internet.
I created new allow rules for the networks of the docker containers and then it worked :)
(Just remember to put it to the top of the list of the firewall rules, it works through them from top to bottom)
T0rgaddon
changed the title
[BUG]
[BUG] Synology NAS not able to set up the docker container
Jun 14, 2024
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?
The text was updated successfully, but these errors were encountered: