mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 08:59:38 +01:00
Add Github action
This commit is contained in:
13
README.md
13
README.md
@@ -5,9 +5,11 @@
|
||||
|
||||
# Laravel PHP-FPM Docker image
|
||||
|
||||
> 🐳 Docker image for a PHP-FPM container crafted to run Laravel or any php based applications.
|
||||
> 🐳 Full Docker image for a PHP-FPM container created to run Laravel or any PHP based applications.
|
||||
|
||||
- [Docker Hub](https://hub.docker.com/r/jkaninda/laravel-php-fpm)
|
||||
- [Github](https://github.com/jkaninda/laravel-php-fpm)
|
||||
|
||||
|
||||
## Specifications:
|
||||
|
||||
@@ -16,6 +18,8 @@
|
||||
* OpenSSL PHP Extension
|
||||
* XML PHP Extension
|
||||
* PDO PHP Extension
|
||||
* PDO Mysql
|
||||
* PDO Pgsql
|
||||
* Rdkafka PHP Extension
|
||||
* Redis PHP Extension
|
||||
* Mbstring PHP Extension
|
||||
@@ -171,6 +175,13 @@ volumes:
|
||||
### Custom php.ini
|
||||
> /var/www/html/conf/php/php.ini
|
||||
|
||||
### Storage permision issue
|
||||
> docker-compose exec php-fpm /bin/bash
|
||||
|
||||
> chown -R www-data:www-data /var/www/html/storage
|
||||
|
||||
> chmod -R 775 /var/www/html/storage
|
||||
|
||||
|
||||
> P.S. please give a star if you like it :wink:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user