Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Apr 24, 2023
1 parent 66298fb commit d3f226f
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 @@ -71,7 +71,7 @@ The engine server must connect to the following ports on the `DDOSIFY_SERVICE_AD
- `9086`: InfluxDB server. The engine server accesses this port to transmit metrics to the backend.
- `9900`: Object storage server. The engine server uses this port to exchange files with the service server.

- **Example 1**: Adding the engine to the same server where the [install.sh](install.sh) script was run.
### **Example 1**: Adding the engine to the same server

```bash
NAME=ddosify_hammer_1
Expand All @@ -81,7 +81,7 @@ docker run --name $NAME -dit \
ddosify/selfhosted_hammer
```

- **Example 2**: Adding the engine to a different server.
### **Example 2**: Adding the engine to a different server

Set `DDOSIFY_SERVICE_ADDRESS` to the IP address of the service server. Set `IP_ADDRESS` to the IP address of the engine server.

Expand Down

0 comments on commit d3f226f

Please sign in to comment.