chore(deps): update flowiseai/flowise docker tag to v1.5.1 (#2523)

This commit is contained in:
renovate[bot] 2024-02-21 19:20:17 +00:00 committed by GitHub
parent 8f7c0b2f17
commit 1f6762ad6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8009, "port": 8009,
"id": "flowise", "id": "flowise",
"tipi_version": 4, "tipi_version": 5,
"version": "1.5.0", "version": "1.5.1",
"categories": [ "categories": [
"ai", "ai",
"automation" "automation"

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
flowise: flowise:
image: flowiseai/flowise:1.5.0 image: flowiseai/flowise:1.5.1
restart: unless-stopped restart: unless-stopped
command: /bin/sh -c "sleep 3; flowise start" command: /bin/sh -c "sleep 3; flowise start"
container_name: flowise container_name: flowise