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 9a830d4 commit 66abcf2
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 @@ -77,7 +77,7 @@ In case you have modified the default values like InfluxDB password in the `.env
```bash
NAME=ddosify_hammer_1
docker run --name $NAME -dit \
--network ddosify_selfhosted_ddosify \
--network selfhosted_ddosify \
--restart always \
ddosify/selfhosted_hammer
```
Expand All @@ -95,7 +95,7 @@ NAME=ddosify_hammer_1
docker run --name $NAME -dit \
--env DDOSIFY_SERVICE_ADDRESS=$DDOSIFY_SERVICE_ADDRESS \
--env IP_ADDRESS=$IP_ADDRESS \
--network ddosify_selfhosted_ddosify \
--network selfhosted_ddosify \
--restart always \
ddosify/selfhosted_hammer
```
Expand Down

0 comments on commit 66abcf2

Please sign in to comment.