README.md
Rendering markdown...
services:
flowise:
image: flowiseai/flowise:3.1.2
container_name: flowise-cve-2024-36420
restart: unless-stopped
environment:
- PORT=3000
ports:
- "127.0.0.1:3000:3000"
volumes:
- flowise-data:/root/.flowise
entrypoint: /bin/sh -c "sleep 3; flowise start"
volumes:
flowise-data: