Skip to content
Snippets Groups Projects
Commit 0aa7163f authored by Jan David Mol's avatar Jan David Mol
Browse files

Fix directory ownership/access for user using Jupyter

parent 886b97e5
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ services: ...@@ -13,6 +13,8 @@ services:
jupyter: jupyter:
build: build:
context: jupyter context: jupyter
args:
CONTAINER_EXECUTION_UID: ${CONTAINER_EXECUTION_UID}
container_name: ${CONTAINER_NAME_PREFIX}jupyter container_name: ${CONTAINER_NAME_PREFIX}jupyter
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment