For more configurations and information see 👉 SearXNG.
- After deployment the service starts at http://[ip]:7980
git clone https://github.com/zmh-program/searxng.git
cd searxng
sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" searxng/settings.yml # Generate the secret key
# Edit the [.env](https://github.com/searxng/searxng-docker/blob/master/.env) file to set the hostname and an email
# Edit the [searxng/settings.yml](https://github.com/searxng/searxng-docker/blob/master/searxng/settings.yml) file according to your need
# Check everything is working: `docker-compose up`
docker-compose up -d
git pull
docker-compose pull
docker-compose up -d
- amd64
- arm64
- arm/v7 (not when using redis)