Skip to content

Commit

Permalink
Merge pull request #203 from hashicorp/b-init-redis-port
Browse files Browse the repository at this point in the history
Change to the default redis port and use docker port mapping
  • Loading branch information
cbednarski committed Oct 6, 2015
2 parents ce5a73e + 8c48fd1 commit ac2bcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ job "example" {
memory = 256 # 256MB
network {
mbits = 10
dynamic_ports = ["redis"]
dynamic_ports = ["6379"]
}
}
}
Expand Down

0 comments on commit ac2bcc4

Please sign in to comment.