From f9b1f45d41ea4b7dbfec7c22aebfab1490fa38e7 Mon Sep 17 00:00:00 2001 From: Jacob Schlecht Date: Tue, 3 Mar 2026 18:10:28 -0700 Subject: [PATCH] docs: Be more clear about forwarding database port This commit was made without the use of generative AI. Signed-off-by: Jacob Schlecht --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4185f7..abdc931 100644 --- a/README.md +++ b/README.md @@ -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