chore(deps): update flowiseai/flowise docker tag to v1.6.1 (#2807)
This commit is contained in:
		
							parent
							
								
									ff5e287095
								
							
						
					
					
						commit
						3bd730e70b
					
				| 
						 | 
					@ -5,8 +5,8 @@
 | 
				
			||||||
  "exposable": true,
 | 
					  "exposable": true,
 | 
				
			||||||
  "port": 8009,
 | 
					  "port": 8009,
 | 
				
			||||||
  "id": "flowise",
 | 
					  "id": "flowise",
 | 
				
			||||||
  "tipi_version": 6,
 | 
					  "tipi_version": 7,
 | 
				
			||||||
  "version": "1.6.0",
 | 
					  "version": "1.6.1",
 | 
				
			||||||
  "categories": [
 | 
					  "categories": [
 | 
				
			||||||
    "ai",
 | 
					    "ai",
 | 
				
			||||||
    "automation"
 | 
					    "automation"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@ version: '3.7'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
    flowise:
 | 
					    flowise:
 | 
				
			||||||
        image: flowiseai/flowise:1.6.0
 | 
					        image: flowiseai/flowise:1.6.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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user