Skip to content

Commit

Permalink
Merge pull request #294 from getanteon/develop
Browse files Browse the repository at this point in the history
Update Docker image to ddosify/selfhosted_hammer:1.4.3
  • Loading branch information
fatihbaltaci authored May 1, 2024
2 parents e13a3bd + 5e5d655 commit 3819c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfhosted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ NAME=anteon_hammer_1
docker run --name $NAME -dit \
--network anteon \
--restart always \
anteon/selfhosted_hammer:1.4.3
ddosify/selfhosted_hammer:1.4.3
```

### **Example 2**: Adding the engine to a different server
Expand All @@ -133,7 +133,7 @@ docker run --name $NAME -dit \
--env SERVICE_ADDRESS=$SERVICE_ADDRESS \
--env IP_ADDRESS=$IP_ADDRESS \
--restart always \
anteon/selfhosted_hammer:1.4.3
ddosify/selfhosted_hammer:1.4.3
```

You should see `mq_waiting_new_job` log in the engine container logs. This means that the engine is waiting for a job from the service server. After the engine is added, you can see it in the Engines page in the dashboard.
Expand Down

0 comments on commit 3819c49

Please sign in to comment.