Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
fatihbaltaci committed Apr 25, 2023
1 parent 079ca67 commit d651ee9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions selfhosted/README.md
Original file line number Diff line number Diff line change
@@ -131,6 +131,12 @@ cd $HOME/.ddosify/selfhosted
docker compose down
```

You may encounter the following error when running the `docker compose down` command if you did not [remove the engine](#-remove-new-engine) containers. This is completely fine. The network `selfhosted_ddosify` is not removed from docker. If you do not want to see this error, you can [remove the engine](#-remove-new-engine) containers first then run the `docker compose down` command again.

```text
failed to remove network selfhosted_ddosify: Error response from...
```

If you want to start the project again, you can run the following command.

```bash

0 comments on commit d651ee9

Please sign in to comment.