From ec8791787d9ddc61b57be8f3d870362c5159ac3b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Apr 2026 10:35:59 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20[nomad-step-5]=20S5-fix-2=20=E2=80=94=20?= =?UTF-8?q?staging.hcl=20command=20should=20be=20caddy=20file-server=20not?= =?UTF-8?q?=20file-server=20(#1007)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- nomad/jobs/staging.hcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nomad/jobs/staging.hcl b/nomad/jobs/staging.hcl index 9da01d4..fda9d64 100644 --- a/nomad/jobs/staging.hcl +++ b/nomad/jobs/staging.hcl @@ -65,9 +65,10 @@ job "staging" { driver = "docker" config { - image = "caddy:alpine" - ports = ["http"] - args = ["file-server", "--root", "/srv/site"] + image = "caddy:alpine" + ports = ["http"] + command = "caddy" + args = ["file-server", "--root", "/srv/site"] } # Mount docker/ directory as /srv/site:ro (static content)