SearXNG: Make sure redis is restarted
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8ecd273c85
commit
9ddc51b4d3
@ -24,6 +24,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
container_name: redis
|
container_name: redis
|
||||||
image: "redis:alpine"
|
image: "redis:alpine"
|
||||||
|
restart: always
|
||||||
command: redis-server --save "" --appendonly "no"
|
command: redis-server --save "" --appendonly "no"
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
Loading…
Reference in New Issue
Block a user