Skip to content

Commit

Permalink
fix the MongoDB password example so it fit the .env.example file (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Dec 4, 2023
1 parent 11f902a commit 4cd2c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Some variables are required, others are optional depending on deployment type.
# optional local mongodb for kubefirst-api
docker run -d --name k1-api-mongodb \
-e MONGO_INITDB_ROOT_USERNAME=root \
-e MONGO_INITDB_ROOT_PASSWORD=some-password \
-e MONGO_INITDB_ROOT_PASSWORD=password \
-p 27017:27017 \
mongo
```
Expand Down

0 comments on commit 4cd2c9f

Please sign in to comment.