Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Synology NAS not able to set up the docker container #1133

Open
T0rgaddon opened this issue Sep 14, 2023 · 1 comment
Open

[BUG] Synology NAS not able to set up the docker container #1133

T0rgaddon opened this issue Sep 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@T0rgaddon
Copy link

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

grafik

Did i miss anything in the setup process?

@T0rgaddon T0rgaddon added the bug Something isn't working label Sep 14, 2023
@T0rgaddon
Copy link
Author

Found the Issue:

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 T0rgaddon changed the title [BUG] [BUG] Synology NAS not able to set up the docker container Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant