Skip to content

Commit e94bb5c

Browse files
v1.1.0
Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
1 parent 0dbdacc commit e94bb5c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raider-server"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "Affiliates dashboard. Used by affiliates to generate tracking codes and review their balance."
55
readme = "README.md"
66
license = "MPL-2.0"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ You might find it convenient to run Raider via Docker. You can find the pre-buil
8282
First, pull the `valeriansaliou/raider` image:
8383

8484
```bash
85-
docker pull valeriansaliou/raider:v1.0.2
85+
docker pull valeriansaliou/raider:v1.1.0
8686
```
8787

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

9090
```bash
91-
docker run -p 8080:8080 -v /path/to/your/raider/config.cfg:/etc/raider.cfg valeriansaliou/raider:v1.0.2
91+
docker run -p 8080:8080 -v /path/to/your/raider/config.cfg:/etc/raider.cfg valeriansaliou/raider:v1.1.0
9292
```
9393

9494
In the configuration file, ensure that:

0 commit comments

Comments
 (0)