demo/digitalocean: use redis

This commit is contained in:
Ryan Uber 2015-09-26 09:48:46 -07:00
parent 2bb468bedf
commit cf76f2a697
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ job "bench" {
group "cache" {
count = 10000
task "hello-world" {
task "redis" {
driver = "docker"
config {
image = "hello-world"
image = "redis"
}
resources {