Skip to content

Commit 7de0b40

Browse files
committed
Updates README to reflect permissions fixes, removes .env.example
1 parent 3bb548f commit 7de0b40

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.env.example

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Three additional containers are included that handle Composer, NPM, and Artisan
3030
If you encounter any issues with filesystem permissions while visiting your application or running a container command, try completing the following steps:
3131

3232
- Bring any container(s) down with `docker-compose down`
33-
- Copy the `.env.example` file in the root of this repo to `.env`
34-
- Modify the values in the `.env` file to match the user/group that the `src` directory is owned by on the host system
33+
- In your terminal, run `export UID=$(id -u) && export GID=$(id -g)`
3534
- Re-build the containers by running `docker-compose build --no-cache`
3635

3736
Then, either bring back up your container network or re-run the command you were trying before, and see if that fixes it.

0 commit comments

Comments
 (0)