itamae/cookbooks/nomad/files/etc/nomad.d/docker-registry.hcl

7 lines
117 B
HCL

client {
host_volume "docker-registry" {
path = "/mnt/shared/Docker-registry"
read_only = false
}
}