Update README.md

This commit is contained in:
Domenico Del Giudice 2025-03-02 11:37:04 +01:00 committed by GitHub
parent 044b86763e
commit 0bdb6b8c80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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