diff --git a/searxng/stack.yml b/searxng/stack.yml index b414cc6..9f7bdb0 100644 --- a/searxng/stack.yml +++ b/searxng/stack.yml @@ -3,7 +3,6 @@ # Run:: docker compose --env-file ./searxng/env.cfg -f ./searxng/stack.yml up -d services: - valkey: image: ${Valkey_TAG} container_name: redis @@ -12,7 +11,7 @@ services: networks: - searxng volumes: - - ${Volumes_Path}/redis-data:/data + - ${Volumes_Path}/redis-data:/data searxng: image: ${SearXNG_TAG} @@ -32,4 +31,4 @@ services: - ${Volumes_Path}/searxng-data:/var/cache/searxng:rw networks: - searxng: \ No newline at end of file + searxng: