Skip to content

Commit 396b237

Browse files
authored
Update docker-compose.yml
1 parent 20e04a3 commit 396b237

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
version: "3.9"
2+
23
services:
34
jupyterlab:
45
image: "ghcr.io/uw-gda/uwgda-image-living:latest"
56
ports:
67
- "8888:8888"
8+
command: "jupyter lab --ip 0.0.0.0 --no-browser"
79
volumes:
8-
- ${PWD}:/home/jovyan
9-
user: "1000:1000" # This matches typical Linux UID:GID for first user
10+
- ${PWD}:/home/jovyan/

0 commit comments

Comments
 (0)