From 0bdb6b8c80bedaaf1a12621bb4e1cc7067096bc2 Mon Sep 17 00:00:00 2001 From: Domenico Del Giudice <114437746+domedg@users.noreply.github.com> Date: Sun, 2 Mar 2025 11:37:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc2f65a..dd95c57c 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ server.rewriteBasePath: true #### ⚠️ Issue 4: Port Already Mapped for Snare **Issue:** When running `docker compose up`:Snare reports that port 80 is already mapped. ```diff -Snare reports that port 80 is already in use. +- Snare reports that port 80 is already in use. ``` **Solution:** Modify the `docker-compose.yml` file by changing the port mapping from 80 to another available port (5695 for example): ```yaml