Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egagli authored Jan 8, 2025
1 parent 20e04a3 commit 396b237
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: "3.9"

services:
jupyterlab:
image: "ghcr.io/uw-gda/uwgda-image-living:latest"
ports:
- "8888:8888"
command: "jupyter lab --ip 0.0.0.0 --no-browser"
volumes:
- ${PWD}:/home/jovyan
user: "1000:1000" # This matches typical Linux UID:GID for first user
- ${PWD}:/home/jovyan/

0 comments on commit 396b237

Please sign in to comment.