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

@@ -48,9 +48,7 @@ job "overseerr" {
image = "ghcr.io/linuxserver/overseerr"
hostname = "${NOMAD_JOB_NAME}"
ports = ["overseerr"]
volumes = [
"${meta.nfsStorageRoot}/pi-cluster/overseerr:/config"
]
volumes = [ "${meta.nfsStorageRoot}/pi-cluster/overseerr:/config" ]
} // docker config
service {