A lightweight PowerShell script for automated Flowise deployment on Windows via Docker.
License: MIT PowerShell Docker
- Windows 10/11
- Docker Desktop (must be running)
- PowerShell 5.1+ (Administrator privileges recommended)
Run the following command in PowerShell (Admin) to automatically set up folders and launch the container:
iwr -useb "https://raw.githubusercontent.com/switzerland-dev/flowise_installer_via_docker/refs/heads/main/flowise-installer.ps1" | iex- In the future, launch via the automatically created Docker Dekstop container.
- Download the release
- Extract the archive
- Ensure Docker is running
- Run flowise_installer.ps1 as Administrator
- In the future, launch via the automatically created Docker Dekstop container.
- Your .key files files will remain intact during the update process. However, we recommend backing up your folder before updating.
- Open powershell(admin) and execute:
docker pull flowiseai/flowise docker rm -f flowise- Execute this command or run your .ps1 file with personal configs
iwr -useb "https://raw.githubusercontent.com/switzerland-dev/flowise_installer_via_docker/refs/heads/main/flowise-installer.ps1" | iex