diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index 2d89f26..31e1a9c 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -196,10 +196,6 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} config { image = "nginx:1.27" - command = "nginx" - args = [ - "-g", "'daemon off;'" - ] volumes = [ "local/nginx-sbws:/etc/nginx/conf.d/default.conf:ro" ] @@ -237,57 +233,6 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} template { change_mode = "noop" data = <