diff --git a/Cargo.lock b/Cargo.lock index 570bf35..6aeef79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "raider-server" -version = "1.2.0" +version = "1.2.1" dependencies = [ "base64 0.6.0", "bigdecimal", diff --git a/Cargo.toml b/Cargo.toml index 4cb20ae..2f78c3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raider-server" -version = "1.2.0" +version = "1.2.1" description = "Affiliates dashboard. Used by affiliates to generate tracking codes and review their balance." readme = "README.md" license = "MPL-2.0" diff --git a/README.md b/README.md index 51ba609..c568da6 100644 --- a/README.md +++ b/README.md @@ -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.2.0 +docker pull valeriansaliou/raider:v1.2.1 ``` 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.2.0 +docker run -p 8080:8080 -v /path/to/your/raider/config.cfg:/etc/raider.cfg valeriansaliou/raider:v1.2.1 ``` In the configuration file, ensure that: