mongo_stwp_image/README.md

18 lines
391 B
Markdown
Raw Normal View History

2024-04-19 07:26:33 -07:00
# MongoDB Images
## How to use this image
- Build the image
```bash
docker build . -t mongo_stwp
```
- Run the container `docker compose up` to initialize the container
- Edit the `./etc/mongo/mongod.conf`
- If you want to use a keyfile, put it as `./etc/mongo/mongo.keyfile` anytime, the container will set right permissions to it automatically. (Optional)
- Run `docker compose up`