Replies: 1 comment 1 reply
-
You can use the PHP-FPM + Apache
PHP-FPM + Nginx
I also added various docker images for popular PHP open source projects: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For Frameworks like Laravel this will not work without changing the Image.
If you set WEBHOME to /var/www/public you cant access any files above the public folder.
But if you set it to /var/www the Laravel installation works but you need to go over http://example.com/public to get to the laravel page.
Just a small addition to make it possible
Beta Was this translation helpful? Give feedback.
All reactions