From ada28a98e1faeb21e98cd8fc3726ecdc93b7bac7 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Fri, 7 Jun 2024 19:29:02 +0400 Subject: [PATCH] Corrected permission for USER_DATA_DIR --- local-run/with-jupyter-notebook/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-run/with-jupyter-notebook/compose.yml b/local-run/with-jupyter-notebook/compose.yml index 195e851..b69a7fe 100644 --- a/local-run/with-jupyter-notebook/compose.yml +++ b/local-run/with-jupyter-notebook/compose.yml @@ -19,7 +19,7 @@ services: - "8082:8888" volumes: - jupyter_volume:/home/jovyan/:rw - - ${USER_DATA_DIR}:/home/jovyan/user-data/:rw + - ${USER_DATA_DIR}:/home/jovyan/user-data/:ro networks: - th2_network