Browse Source

[release] 0.5.9

Yann Stepienik 2 years ago
parent
commit
f0a7cc9c72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/docker/run.go

+ 1 - 1
src/docker/run.go

@@ -36,7 +36,7 @@ func NewDB(w http.ResponseWriter, req *http.Request) (string, error) {
 	}
 	
 	err := RunContainer(
-		"mongo:latest",
+		imageName,
 		monHost,
 		[]string{
 			"MONGO_INITDB_ROOT_USERNAME=" + mongoUser,