# flowise-docker flowise-docker # Create Required Folders First (Important) On your server run: ```bash mkdir -p /opt/ai-stack/flowise mkdir -p /opt/ai-stack/data ``` Set permission: ```bash chmod -R 777 /opt/ai-stack ``` #Where FAISS index will be saved Inside Flowise set path like: ```bash /opt/ai-stack/data/faiss.index ``` Host location: ```bash /opt/ai-stack/data/ ```