mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-24 11:56:57 +00:00
Update README.md
This commit is contained in:
parent
207f656ded
commit
7108a7b532
1 changed files with 2 additions and 2 deletions
|
@ -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 1: Undefined Network in Docker Compose
|
||||||
**Issue:** When running `docker compose up`, you receive the error:
|
**Issue:** When running `docker compose up`, you receive the error:
|
||||||
```
|
```diff
|
||||||
service "citrixhoneypot" refers to undefined network citrixhoneypot_local: invalid compose project
|
- service "citrixhoneypot" refers to undefined network citrixhoneypot_local: invalid compose project
|
||||||
```
|
```
|
||||||
**Solution:** Add the `citrixhoneypot_local` network to the `docker-compose.yml` file:
|
**Solution:** Add the `citrixhoneypot_local` network to the `docker-compose.yml` file:
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in a new issue