diff --git a/Cargo.lock b/Cargo.lock index a8ce2bd..9bf2c39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1472,7 +1472,7 @@ dependencies = [ [[package]] name = "raider-server" -version = "1.1.1" +version = "1.1.2" dependencies = [ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bigdecimal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c077e45..3f71358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raider-server" -version = "1.1.1" +version = "1.1.2" 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 4b54dbf..6602d66 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.1.1 +docker pull valeriansaliou/raider:v1.1.2 ``` 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.1 +docker run -p 8080:8080 -v /path/to/your/raider/config.cfg:/etc/raider.cfg valeriansaliou/raider:v1.1.2 ``` In the configuration file, ensure that: