diff --git a/operations/deploy-live.hcl b/operations/deploy-live.hcl index 36814bd..708bd11 100644 --- a/operations/deploy-live.hcl +++ b/operations/deploy-live.hcl @@ -207,10 +207,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" ] @@ -248,57 +244,6 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} template { change_mode = "noop" data = <