From 8156f7ea79099d3c64739bf94840db14ab134aad Mon Sep 17 00:00:00 2001 From: Ananth B Prathap <136650032+KekmaTime@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:09:12 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20the=20unused=20mapped?= =?UTF-8?q?=20ports=20for=20docker=20deployment=20(#309)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * removed-ports * 🚀 chore: bump the app version (#309) * 🚀 chore: bump the app version (#309) --------- Co-authored-by: alamin655 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docker-compose.yml | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 560acdb..2074fd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3965,7 +3965,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "1.0.9" +version = "1.0.11" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 2e543b6..2b12cac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.0.9" +version = "1.0.11" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" diff --git a/docker-compose.yml b/docker-compose.yml index 6b50b24..1bfa54e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,4 @@ services: - ./websurfx/:/etc/xdg/websurfx/ # Uncomment the following lines if you are using the `hybrid` or `redis` caching feature. # redis: - # image: redis:latest - # ports: - # - 6379:6379 \ No newline at end of file + # image: redis:latest \ No newline at end of file