From 8c48fd183eb7786fc39f54a2daba3e53a536c7d0 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Fri, 2 Oct 2015 16:35:24 -0700 Subject: [PATCH] Change to the default redis port and use docker port mapping --- command/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/init.go b/command/init.go index 63e495913..0b9be934b 100644 --- a/command/init.go +++ b/command/init.go @@ -122,7 +122,7 @@ job "example" { memory = 256 # 256MB network { mbits = 10 - dynamic_ports = ["redis"] + dynamic_ports = ["6379"] } } }