Update README.md

This commit is contained in:
Domenico Del Giudice 2025-03-01 16:08:00 +01:00 committed by GitHub
parent 207f656ded
commit 7108a7b532
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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