docker-laravel-mysql-nginx-starter
docker-laravel-mysql-nginx-starter copied to clipboard
Laravel, MySQL, Nginx environment template with Docker.
Results
1
docker-laravel-mysql-nginx-starter issues
Sort by
recently updated
recently updated
newest added
Corrected root directive in server block. Previously, the root directive was set to /var/www/app/public, which caused issues as the Laravel application's public directory is located at /var/www/app. This change aligns...