diff --git a/container/Dockerfile b/container/Dockerfile index e1227ed..7aff693 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -48,7 +48,7 @@ LABEL org.opencontainers.image.authors="searxng <$GIT_URL>" \ ENV SEARXNG_VERSION="$SEARXNG_GIT_VERSION" \ # INSTANCE_NAME="SearXNG" \ # AUTOCOMPLETE="" \ - BASE_URL="saya.liara.run" \ + BASE_URL="search.digibox.dev" \ BIND_ADDRESS="[::]:8080" \ SEARXNG_SETTINGS_PATH="$CONFIG_PATH/settings.yml" \ UWSGI_SETTINGS_PATH="$CONFIG_PATH/uwsgi.ini" \ diff --git a/searxng-docker/.env b/searxng-docker/.env index f1483b0..5274ecd 100644 --- a/searxng-docker/.env +++ b/searxng-docker/.env @@ -3,7 +3,7 @@ # * uncomment SEARXNG_HOSTNAME, and replace by the SearXNG hostname # * uncomment LETSENCRYPT_EMAIL, and replace by your email (require to create a Let's Encrypt certificate) -# SEARXNG_HOSTNAME= +SEARXNG_HOSTNAME=https://search.digibox.dev # LETSENCRYPT_EMAIL= # Optional: