Skip to content

Commit

Permalink
added readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
andlinger committed Jun 2, 2023
1 parent f469f28 commit ebccec6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# MongoDB
![Release](https://github.com/instant-solutions/mongo/actions/workflows/build.yml/badge.svg)

A Docker image which is based on the [Mongo image](https://hub.docker.com/_/mongo) and includes the [`mongo-healthcheck` binary](https://github.com/instant-solutions/mongo-healthcheck/).

## Quick Start

Open a terminal and run the following command:

#### GitHub Container Registry

```
docker run -d -p 27017:27017 ghcr.io/instant-solutions/mongo
```

#### Docker Hub

```
docker run -d -p 27017:27017 i15s/mongo
```

For more information, please also refer to the base image documentation: https://hub.docker.com/_/mongo

## Contribution

Feel free to fork the project and send us a pull-request! :sunglasses:

Or consider sponsoring us, so we can continue to work on this project: [GitHub Sponsors](https://github.com/sponsors/instant-solutions) :star_struck:

## Author

Made with :heart: in Austria by [instant:solutions OG](https://instant-it.at)

0 comments on commit ebccec6

Please sign in to comment.