You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,17 @@ You can check out the [live preview](https://laravel-react-admin.herokuapp.com)
38
38
## Using Docker
39
39
40
40
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:
0 commit comments