0

Updated docs
All checks were successful
ci/manual Pipeline was successful
ci/tag Pipeline was successful

This commit is contained in:
0x1def 2024-11-27 19:16:28 +03:00
parent 5a4ed4c85f
commit 838f021a74
Signed by: 0x1def
GPG Key ID: D7D7D9B5E72B6AA2

View File

@ -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: You can use it in Docker as simple as:
``` ```
$ docker run -d quay.io/flakybitnet/mongodb-server $ docker run -d quay.io/flakybitnet/mongodb-server:<version>
$ docker run -d ghcr.io/flakybitnet/mongodb-server $ docker run -d ghcr.io/flakybitnet/mongodb-server:<version>
$ docker run -d public.ecr.aws/flakybitnet/mongodb/server $ docker run -d public.ecr.aws/flakybitnet/mongodb/server:<version>
$ docker run -d harbor.flakybit.net/mongodb/server $ docker run -d harbor.flakybit.net/mongodb/server:<version>
``` ```
## Binaries ## 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) 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) 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) 7. [MongoDB Rust Ping](https://github.com/syndikat7/mongodb-rust-ping)
8. [MongoDB Tools](https://github.com/mongodb/mongo-tools)