readme: changed redis to valkey

This commit is contained in:
Kaley, Fischer 2024-04-28 16:18:36 +02:00
parent e612dcfcec
commit c10679c235

View file

@ -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) | | [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) | | [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 ## How to use it
- [Install docker](https://docs.docker.com/install/) - [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: To access the logs of one specific container:
- Caddy: `docker compose logs -f caddy` - Caddy: `docker compose logs -f caddy`
- SearXNG: `docker compose logs -f searxng` - SearXNG: `docker compose logs -f searxng`
- Redis: `docker compose logs -f redis` - Valkey: `docker compose logs -f valkey`
### Start SearXNG with systemd ### Start SearXNG with systemd