Fix parameters bug + installation issues

This commit is contained in:
Tanguy Duhamel
2025-09-30 12:10:47 +02:00
parent 6de122ba2a
commit 724064dfaa
14 changed files with 3060 additions and 101 deletions

View File

@@ -24,7 +24,7 @@ cd fuzzforge
Create the required environment configuration:
```bash
echo "COMPOSE_PROJECT_NAME=fuzzforge_alpha" > .env
echo "COMPOSE_PROJECT_NAME=fuzzforge" > .env
```
## Step 2: Configure Docker (Critical Step)