chore: clean up

This commit is contained in:
Paul Makles
2022-04-29 16:58:11 +01:00
parent c605ec312f
commit 64933596f5
3 changed files with 20 additions and 7 deletions

View File

@@ -51,6 +51,17 @@ Then bring up Revolt:
docker-compose up -d
```
## Expose Database
You can insecurely expose the database by creating `docker-compose.override.yml` with the content:
```yml
services:
database:
ports:
- "27017:27017"
```
## To-Do
- Interactive setup.