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

@@ -62,7 +62,7 @@ job "traefik" {
network_mode = "host"
volumes = [
"local/traefik.yml:/etc/traefik/traefik.yml",
"/data/compute/config/traefik:/config",
"/data/services/traefik:/config",
]
}