Skip to content

Commit

Permalink
One more docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jul 9, 2023
1 parent 11071cb commit 1b04ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ If you have also **created a new user**, you might be experiencing any of the fo
-v "${PWD}"/<my-vol>:/home/jovyan/work
```
This example uses the syntax `$(PWD)`, which is replaced with the full path to the current directory at runtime. The destination
This example uses the syntax `${PWD}`, which is replaced with the full path to the current directory at runtime. The destination
path should also be an absolute path starting with a `/` such as `/home/jovyan/work`.
- You might want to consider using the Docker native `--user <UID>` and `--group-add users` flags instead of `-e NB_UID` and `-e NB_GID`:
Expand Down

0 comments on commit 1b04ebe

Please sign in to comment.