diff --git a/demo/digitalocean/app/bench.nomad b/demo/digitalocean/app/bench.nomad index 8945ac312..276163531 100644 --- a/demo/digitalocean/app/bench.nomad +++ b/demo/digitalocean/app/bench.nomad @@ -4,11 +4,11 @@ job "bench" { group "cache" { count = 10000 - task "hello-world" { + task "redis" { driver = "docker" config { - image = "hello-world" + image = "redis" } resources {