From c12e849d29ce5b717bf149ef5704bf670c2c1084 Mon Sep 17 00:00:00 2001 From: Domenico Del Giudice <114437746+domedg@users.noreply.github.com> Date: Sun, 2 Mar 2025 11:27:24 +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 a62a9e62..5943be5e 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ networks: #### Issue 2: Port Already in Use for Citrixhoneypot **Issue:** When running `docker compose up`: ```diff -Citrixhoneypot reports that port 443 is already in use. +- Citrixhoneypot reports that port 443 is already in use. ``` **Solution:** Change the port from 443 to another free (8445 in this example) in the `docker-compose.yml` file: ```yaml