mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-15 19:22:19 +08:00
fix(redis): protected mode off
This commit is contained in:
parent
237442fabb
commit
2d365ebc6d
|
@ -26,5 +26,5 @@ redis-server $PW_ARG \
|
||||||
--maxmemory "${MAXMEMORY}mb" \
|
--maxmemory "${MAXMEMORY}mb" \
|
||||||
--maxmemory-policy $MAXMEMORY_POLICY \
|
--maxmemory-policy $MAXMEMORY_POLICY \
|
||||||
--appendonly $APPENDONLY \
|
--appendonly $APPENDONLY \
|
||||||
--save "$SAVE"
|
|
||||||
--save "$SAVE" \
|
--save "$SAVE" \
|
||||||
|
--protected-mode no
|
||||||
|
|
Loading…
Reference in New Issue
Block a user