0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-12-04 11:38:22 -05:00

🔧 Remove the unused mapped ports for docker deployment (#309)

* removed-ports

* 🚀 chore: bump the app version (#309)

* 🚀 chore: bump the app version (#309)

---------

Co-authored-by: alamin655 <mdalamin655@outlook.com>
This commit is contained in:
Ananth B Prathap 2023-10-09 10:09:12 -07:00 committed by GitHub
parent 769d870803
commit 8156f7ea79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

2
Cargo.lock generated
View File

@ -3965,7 +3965,7 @@ dependencies = [
[[package]] [[package]]
name = "websurfx" name = "websurfx"
version = "1.0.9" version = "1.0.11"
dependencies = [ dependencies = [
"actix-cors", "actix-cors",
"actix-files", "actix-files",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "websurfx" name = "websurfx"
version = "1.0.9" version = "1.0.11"
edition = "2021" 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." 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" repository = "https://github.com/neon-mmd/websurfx"

View File

@ -16,5 +16,3 @@ services:
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature. # Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
# redis: # redis:
# image: redis:latest # image: redis:latest
# ports:
# - 6379:6379