From 7108a7b53200b127c36822130293fa9bcbd18f3f Mon Sep 17 00:00:00 2001 From: Domenico Del Giudice <114437746+domedg@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:08:00 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6144450f..b8d8befa 100644 --- a/README.md +++ b/README.md @@ -162,8 +162,8 @@ In this section, you will find a guide to resolve the installation issues I enco #### Issue 1: Undefined Network in Docker Compose **Issue:** When running `docker compose up`, you receive the error: -``` -service "citrixhoneypot" refers to undefined network citrixhoneypot_local: invalid compose project +```diff +- service "citrixhoneypot" refers to undefined network citrixhoneypot_local: invalid compose project ``` **Solution:** Add the `citrixhoneypot_local` network to the `docker-compose.yml` file: ```yaml