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.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.