diff --git a/README.md b/README.md index 77e3a00..1a2562e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Create a new SearXNG instance in five minutes using Docker | -- | -- | -- | -- | | [Caddy](https://github.com/caddyserver/caddy) | Reverse proxy (create a LetsEncrypt certificate automatically) | [caddy/caddy:2-alpine](https://hub.docker.com/_/caddy) | [Dockerfile](https://github.com/caddyserver/caddy-docker) | | [SearXNG](https://github.com/searxng/searxng) | SearXNG by itself | [searxng/searxng:latest](https://hub.docker.com/r/searxng/searxng) | [Dockerfile](https://github.com/searxng/searxng/blob/master/Dockerfile) | -| [Redis](https://github.com/redis/redis) | In-memory database | [redis:alpine](https://hub.docker.com/_/redis) | [Dockerfile-alpine.template](https://github.com/docker-library/redis/blob/master/Dockerfile-alpine.template) | +| [Valkey](https://github.com/valkey-io/valkey) | In-memory database | [valkey](https://registry.gitlab.com/codingpaws/docker/valkey/image:latest) | [Dockerfile](https://gitlab.com/codingpaws/docker/valkey) | ## How to use it - [Install docker](https://docs.docker.com/install/) @@ -37,7 +37,7 @@ To access the logs from all the containers use: `docker compose logs -f`. To access the logs of one specific container: - Caddy: `docker compose logs -f caddy` - SearXNG: `docker compose logs -f searxng` -- Redis: `docker compose logs -f redis` +- Valkey: `docker compose logs -f valkey` ### Start SearXNG with systemd