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