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

@@ -22,7 +22,7 @@ job "beancount" {
image = "gitea.v.paler.net/ppetru/fava:latest"
ports = ["http"]
volumes = [
"/data/compute/appdata/beancount:/beancount",
"/data/services/beancount:/beancount",
]
}