Skip to content

Commit

Permalink
Corrected permission for USER_DATA_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Jun 7, 2024
1 parent 0712c13 commit ada28a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-run/with-jupyter-notebook/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ada28a9

Please sign in to comment.