mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 09:53:41 -05:00
formatting changes
- increase readability by making minor formatting changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user