Skip to content

Commit 95a8575

Browse files
authored
Fix volume mount for symlinked directories. (#7295)
Co-authored-by: Sam R <=>
1 parent 4e772bc commit 95a8575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ You may install the application's dependencies by navigating to the application'
146146
```nothing
147147
docker run --rm \
148148
-u "$(id -u):$(id -g)" \
149-
-v $(pwd):/opt \
150-
-w /opt \
149+
-v $(pwd):/var/www/html \
150+
-w /var/www/html \
151151
laravelsail/php80-composer:latest \
152152
composer install --ignore-platform-reqs
153153
```

0 commit comments

Comments
 (0)