itamae/cookbooks/nomad/files/etc/nomad.d/docker-registry.hcl
2021-05-02 19:08:17 +09:00

7 lines
117 B
HCL

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