Skip to content

Commit 87210bd

Browse files
authored
Merge pull request #19 from udzuki/feat-7-mount-notebooks
feat: ノートブックの永続化
2 parents 8f4293f + 33bafdd commit 87210bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ services:
130130
container_name: jupyterhub
131131
ports:
132132
- "8001:8000"
133+
volumes:
134+
- ./jupyterhub/notebooks:/home/jupyter
133135
networks:
134136
default:
135137
external:

0 commit comments

Comments
 (0)