From 1b04ebe67d28dd6f054cd1e2ea2f9ca78901979f Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 9 Jul 2023 20:20:34 +0400 Subject: [PATCH] One more docs fix --- docs/using/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/troubleshooting.md b/docs/using/troubleshooting.md index d1fe431f..8abaebd6 100644 --- a/docs/using/troubleshooting.md +++ b/docs/using/troubleshooting.md @@ -202,7 +202,7 @@ If you have also **created a new user**, you might be experiencing any of the fo -v "${PWD}"/:/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 ` and `--group-add users` flags instead of `-e NB_UID` and `-e NB_GID`: