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: sail.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Finally, you may start Sail. To continue learning how to use Sail, please contin
67
67
```
68
68
69
69
> [!WARNING]
70
-
> If you are using Docker Desktop for Linux, you should use the `default` Docker context by executing the following command: `docker context use default`. If you run into file permission errors within containers, set the `SUPERVISOR_PHP_USER` environment variable to `root`, as described [here](https://github.com/laravel/sail/pull/677#issuecomment-2641741443).
70
+
> If you are using Docker Desktop for Linux, you should use the `default` Docker context by executing the following command: `docker context use default`. In addition, if you encounter file permission errors within containers, you may need to set the `SUPERVISOR_PHP_USER` environment variable to `root`.
0 commit comments