Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ In the cloned repository copy the file `template.env` to `.env` and populated wi
#### 4. Start the SSH-AttackPod in test-mode
To start the container, run the following commands *in the directory where the repository resides with the file:* `docker-compose.yml` *\[. e.g.:* `~/SSH-AttackPod`*\]*.

This command will start the docker container detached and when successfull it will show the logs for this docker container.
This command will start the docker container attached to your shell and enables you to view the logs.

```bash
docker compose up --force-recreate
```
When you're finished reviewing, you can stop with `[Ctrl-C]`.
When you're finished reviewing, you can stop the container with `[Ctrl-C]`.

#### 5. Switch SSH-AttackPod to production mode (non test-mode)

Expand Down
Loading