Skip to content

Commit be2f079

Browse files
author
Jovert Lota Palonpon
authored
Update readme.md
1 parent c451610 commit be2f079

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

readme.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,17 @@ You can check out the [live preview](https://laravel-react-admin.herokuapp.com)
3838
## Using Docker
3939

4040
If you prefer [Docker](https://www.docker.com), there is a working setup provided to get you started in no time.
41-
Check your local setup to make sure that running this app in docker will work correctly.
41+
Check your local setup to make sure that running this app in docker will work correctly:
42+
43+
### For Unix Based Operating Systems, Give It Proper Permissions
44+
45+
If you are a **Linux** / **Mac** user, make sure to give the application proper _file permissions_. The _php-fpm_ image uses `www-data` as its default user:
46+
47+
```
48+
cd ~/your_projects_folder
49+
50+
sudo chown ${USER}:www-data -R laravel-react-admin
51+
```
4252

4353
### Localhost Should Be Freed
4454

0 commit comments

Comments
 (0)