revert: "feat: run as current user"

This reverts commit 2b46cbae1e.
This commit is contained in:
2026-08-19 14:11:17 +02:00
parent 2b46cbae1e
commit 1c2d6e4344
8 changed files with 1 additions and 39 deletions
-5
View File
@@ -14,14 +14,9 @@ echo "
=> Starting container
"
userid=$(id -u)
usergroup=$(id -g)
docker run \
-v $mount:/home/jovyan/work \
--name $name \
-p $port:8888 \
-u $userid:$usergroup \
-e DOCKER_STACKS_JUPYTER_CMD=notebook \
quay.io/jupyter/base-notebook