We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e03d9 commit f583f0dCopy full SHA for f583f0d
1 file changed
environment/compose.yml
@@ -17,6 +17,6 @@ services:
17
- '../analysis:/home/jovyan/analysis'
18
# Link the data directory into the container so it can be made visible in
19
# the JupyterLab UI
20
- - '../data:/home/jovyan/data'
+ - '../data:/home/jovyan/analysis/data'
21
# Make the server config file available in the correct place
22
- '../environment/jupyter_server_config.py:/home/jovyan/.jupyter/jupyter_server_config.py'
0 commit comments