From 838f021a740588a5576d3892d1bb8a961ccced13 Mon Sep 17 00:00:00 2001 From: 0x1def <0x1def@flakybit.net> Date: Wed, 27 Nov 2024 19:16:28 +0300 Subject: [PATCH] Updated docs --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 793d812..d05f690 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ They also contain the [healthcheck utility written in Rust](https://github.com/s You can use it in Docker as simple as: ``` -$ docker run -d quay.io/flakybitnet/mongodb-server -$ docker run -d ghcr.io/flakybitnet/mongodb-server -$ docker run -d public.ecr.aws/flakybitnet/mongodb/server -$ docker run -d harbor.flakybit.net/mongodb/server +$ docker run -d quay.io/flakybitnet/mongodb-server: +$ docker run -d ghcr.io/flakybitnet/mongodb-server: +$ docker run -d public.ecr.aws/flakybitnet/mongodb/server: +$ docker run -d harbor.flakybit.net/mongodb/server: ``` ## Binaries @@ -45,3 +45,4 @@ Source code are available at [Gitea](https://gitea.flakybit.net/flakybit/mongodb 5. [mongodb can't be installed by helm install](https://github.com/bitnami/charts/issues/10255) 6. [Bitnami MongoDB](https://github.com/bitnami/containers/tree/main/bitnami/mongodb/7.0/debian-12) 7. [MongoDB Rust Ping](https://github.com/syndikat7/mongodb-rust-ping) +8. [MongoDB Tools](https://github.com/mongodb/mongo-tools)