Skip to content

Commit

Permalink
Merge pull request #25 from leetal/patch-1
Browse files Browse the repository at this point in the history
Update rethinkdb.go
  • Loading branch information
Aeneas committed Feb 12, 2016
2 parents 4d590d3 + 84423cc commit 70af8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rethinkdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func SetupRethinkDBContainer() (c ContainerID, ip string, port int, err error) {
if BindDockerToLocalhost != "" {
forward = "127.0.0.1:" + forward
}
c, ip, err = SetupContainer(MongoDBImageName, port, 10*time.Second, func() (string, error) {
c, ip, err = SetupContainer(RethinkDBImageName, port, 10*time.Second, func() (string, error) {
res, err := run("--name", GenerateContainerID(), "-d", "-P", "-p", forward, RethinkDBImageName)
return res, err
})
Expand Down

0 comments on commit 70af8c5

Please sign in to comment.