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

7 lines
117 B
HCL
Raw Normal View History

2021-04-30 05:50:09 +00:00
client {
host_volume "docker-registry" {
path = "/mnt/shared/Docker-registry"
read_only = false
}
}