fix: [nomad-step-5] S5-fix-2 — staging.hcl command should be caddy file-server not file-server (#1007) #1008
1 changed files with 4 additions and 3 deletions
|
|
@ -67,6 +67,7 @@ job "staging" {
|
||||||
config {
|
config {
|
||||||
image = "caddy:alpine"
|
image = "caddy:alpine"
|
||||||
ports = ["http"]
|
ports = ["http"]
|
||||||
|
command = "caddy"
|
||||||
args = ["file-server", "--root", "/srv/site"]
|
args = ["file-server", "--root", "/srv/site"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue