# 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 ( also Document Stores path same) Inside Flowise set path like: ```bash /opt/ai-stack/data/ ``` Host location: ```bash /opt/ai-stack/data/ ```