Update README.md

This commit is contained in:
Domenico Del Giudice 2025-03-02 11:27:24 +01:00 committed by GitHub
parent 9c73000891
commit c12e849d29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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