We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e04a3 commit 396b237Copy full SHA for 396b237
docker-compose.yml
@@ -1,9 +1,10 @@
1
version: "3.9"
2
+
3
services:
4
jupyterlab:
5
image: "ghcr.io/uw-gda/uwgda-image-living:latest"
6
ports:
7
- "8888:8888"
8
+ command: "jupyter lab --ip 0.0.0.0 --no-browser"
9
volumes:
- - ${PWD}:/home/jovyan
- user: "1000:1000" # This matches typical Linux UID:GID for first user
10
+ - ${PWD}:/home/jovyan/
0 commit comments