Skip to content

Commit

Permalink
put background under run
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 28, 2022
1 parent 9dc2ffe commit 0ba4110
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions v2.0/jupyterlab/singularity-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ instances:
image: docker://umids/jupyterlab
volumes:
- ./work:/usr/local/share/jupyter/lab/settings/
start:
background: true
ports:
- 8888:8888
run: []
run:
background: true
second:
build:
context: ./second
Expand Down

0 comments on commit 0ba4110

Please sign in to comment.