Migrate to NFS share.

This commit is contained in:
2025-10-23 17:27:06 +01:00
parent 75c60b29e8
commit bbd072abf2
9 changed files with 38 additions and 38 deletions

View File

@@ -36,7 +36,7 @@ job "code-server" {
ports = ["http"]
volumes = [
"/data/compute/appdata/code:/home/coder",
"/data/services/code:/home/coder",
]
}