diff --git a/Cargo.lock b/Cargo.lock index 03b6981..570bf35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "raider-server" -version = "1.1.3" +version = "1.2.0" dependencies = [ "base64 0.6.0", "bigdecimal", diff --git a/Cargo.toml b/Cargo.toml index aad6178..4cb20ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 0ad7726..51ba609 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.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: