diff --git a/docker-compose.yml b/docker-compose.yml index beaeba9..5af937e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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/