Docker: rename searx -> searxng

This commit is contained in:
Marko Korhonen 2025-06-09 23:22:42 -05:00
parent 946e2dae73
commit 998aa840a3
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -2,7 +2,7 @@ volumes:
config: {} config: {}
services: services:
searx: searx:
container_name: searx container_name: searxng
image: searxng/searxng image: searxng/searxng
restart: unless-stopped restart: unless-stopped
networks: networks:
@ -25,7 +25,7 @@ services:
max-size: 1m max-size: 1m
max-file: '1' max-file: '1'
redis: redis:
container_name: redis-searx container_name: redis-searxng
image: redis:alpine image: redis:alpine
command: redis-server --save "" --appendonly "no" command: redis-server --save "" --appendonly "no"
networks: networks: