Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed May 18, 2021
1 parent 9171b64 commit 8c8d681
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raider-server"
version = "1.1.3"
version = "1.2.0"
description = "Affiliates dashboard. Used by affiliates to generate tracking codes and review their balance."
readme = "README.md"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ You might find it convenient to run Raider via Docker. You can find the pre-buil
First, pull the `valeriansaliou/raider` image:

```bash
docker pull valeriansaliou/raider:v1.1.3
docker pull valeriansaliou/raider:v1.2.0
```

Then, seed it a configuration file and run it (replace `/path/to/your/raider/config.cfg` with the path to your configuration file):

```bash
docker run -p 8080:8080 -v /path/to/your/raider/config.cfg:/etc/raider.cfg valeriansaliou/raider:v1.1.3
docker run -p 8080:8080 -v /path/to/your/raider/config.cfg:/etc/raider.cfg valeriansaliou/raider:v1.2.0
```

In the configuration file, ensure that:
Expand Down

0 comments on commit 8c8d681

Please sign in to comment.