Skip to content

Commit 95877af

Browse files
authored
Update README.md
1 parent 99fa6a9 commit 95877af

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@ Three additional containers are included that handle Composer, NPM, and Artisan
2222

2323
- `docker-compose run --rm composer update`
2424
- `docker-compose run --rm npm run dev`
25-
- `docker-compose run --rm artisan migrate`
25+
- `docker-compose run --rm artisan migrate`
26+
27+
## Permission Issues
28+
29+
If you encounter any issues with filesystem permissions while visiting your application or running a container command, try doing the following:
30+
31+
- Bring any container(s) down with `docker-compose down`
32+
- Copy the `.env.example` file in the root of this repo to `.env`
33+
- Modify the values in the `.env` file to match the user/group that the `src` directory is owned by on the host system
34+
- Re-build the containers by running `docker-compose build --no-cache`
35+
36+
Then, either bring back up your container network or re-run the command you were trying before, and see if that fixes it.
2637

2738
## Persistent MySQL Storage
2839

0 commit comments

Comments
 (0)