formatting changes

- increase readability by making minor formatting changes
This commit is contained in:
Nathaniel Landau
2022-02-08 10:49:39 -05:00
parent fbbfd5c082
commit 6eb89cb979
8 changed files with 92 additions and 18 deletions

View File

@@ -47,9 +47,7 @@ job "changedetection" {
config {
image = "dgtlmoon/changedetection.io:latest"
hostname = "${NOMAD_JOB_NAME}"
volumes = [
"${meta.nfsStorageRoot}/pi-cluster/changedetection:/datastore"
]
volumes = [ "${meta.nfsStorageRoot}/pi-cluster/changedetection:/datastore" ]
ports = ["webUI"]
} // docker config