job "nginx" { datacenters = ["dc1"] group "nginx" { count = 1 network { port "http" { static = 80 } } service { name = "nginx" port = "http" } task "nginx" { driver = "podman" config { image = "docker.io/nginx" ports = ["http"] volumes = [ "local:/etc/nginx/conf.d", ] } template { data = <