mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-07 01:19:38 +01:00
Update README.md
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
> 🐳 Docker image for a PHP-FPM container crafted to run Laravel or any php based applications.
|
> 🐳 Docker image for a PHP-FPM container crafted to run Laravel or any php based applications.
|
||||||
|
|
||||||
- [Docker Hub](https://hub.docker.com/r/jkaninda/laravel-php-fpm)
|
- [Docker Hub](https://hub.docker.com/r/jkaninda/laravel-php-fpm)
|
||||||
|
- [Github](https://github.com/jkaninda/laravel-php-fpm)
|
||||||
|
|
||||||
|
|
||||||
## Specifications:
|
## Specifications:
|
||||||
|
|
||||||
@@ -171,6 +173,13 @@ volumes:
|
|||||||
### Custom php.ini
|
### Custom php.ini
|
||||||
> /var/www/html/conf/php/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:
|
> P.S. please give a star if you like it :wink:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user