From 39a7497ff4e02d1024f87ff30f5de871eb275312 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Thu, 3 Feb 2022 15:30:47 +0000 Subject: [PATCH] Update docs/using/troubleshooting.md Co-authored-by: Ayaz Salikhov --- 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 7c072410..2ab8e7e6 100644 --- a/docs/using/troubleshooting.md +++ b/docs/using/troubleshooting.md @@ -203,7 +203,7 @@ If you have also **created a new user**, you might be experiencing any of the fo 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_GID` and `-e NB_UID`: +- You might want to consider using the Docker native `--user ` and `--group-add users` flags instead of `-e NB_UID` and `-e NB_GID`: ```bash # note this will use the same UID from