Skip to content

Commit

Permalink
Fix volume mount for symlinked directories. (laravel#7295)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam R <=>
  • Loading branch information
Sam-R authored Sep 6, 2021
1 parent 4e772bc commit 95a8575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sail.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ You may install the application's dependencies by navigating to the application'
```nothing
docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/opt \
-w /opt \
-v $(pwd):/var/www/html \
-w /var/www/html \
laravelsail/php80-composer:latest \
composer install --ignore-platform-reqs
```
Expand Down

0 comments on commit 95a8575

Please sign in to comment.