docs: Be more clear about forwarding database port

This commit was made without the use of generative AI.

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
pull/256/head
Jacob Schlecht 7 months ago
parent e358a1ab57
commit f9b1f45d41

@ -277,7 +277,7 @@ services:
- "27017:27017"
```
For obvious reasons, be careful doing this.
Docker will bypass your ufw rules when you do this. This means that if the port is open, the database will be publically accessible and anyone will be able to modify it.
### Mongo Compatibility

Loading…
Cancel
Save