[release] 0.5.9

This commit is contained in:
Yann Stepienik 2023-05-19 21:16:15 +01:00
parent 3b50610a4d
commit f0a7cc9c72

View file

@ -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,