From 67b7303c2b62e112868a563c7e56e50b7d572e97 Mon Sep 17 00:00:00 2001 From: Amol Date: Fri, 6 Mar 2026 13:31:55 +0530 Subject: [PATCH] Added warning Added a warning about exposing port 27017 and clarified local running instructions. --- docs/docs/self-host/docker/run-locally.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/self-host/docker/run-locally.md b/docs/docs/self-host/docker/run-locally.md index 336d465db..01fafb102 100644 --- a/docs/docs/self-host/docker/run-locally.md +++ b/docs/docs/self-host/docker/run-locally.md @@ -38,6 +38,8 @@ Copy the command above, paste it into the terminal, and press Enter to pull and Make sure to replace the host URL with your subdomain where OpenSign will be accessible. You will also need to point the subdomain to the server executing these commands by adding the correct A record to your DNS settings. + +> ⚠️ **WARNING:** MAKE SURE THAT PORT **27017** IS NOT EXPOSED TO THE INTERNET, AS THE DEFAULT CONFIGURATION DOES NOT ENABLE MONGODB AUTHENTICATION. ### Running locally If instead want to run locally try out below commands.