Migrate another batch of services to NFS.

This commit is contained in:
2025-10-23 21:20:11 +01:00
parent 09603daf80
commit 5d0880a789
9 changed files with 38 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ job "jupyter" {
ports = ["http"]
volumes = [
"/data/compute/appdata/jupyter:/home/jovyan/work",
"/data/services/jupyter:/home/jovyan/work",
]
command = "start-notebook.py"