Skip to content

Commit

Permalink
flowise
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Sep 10, 2024
1 parent 8b17449 commit d438814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/flowise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
image: $W9_REPO:$W9_VERSION
container_name: $W9_ID
restart: unless-stopped
command: /bin/sh -c "sleep 3; flowise start"
entrypoint: /bin/sh -c "sleep 3; flowise start"
ports:
- $W9_HTTP_PORT_SET:3000
env_file: .env
Expand Down
2 changes: 1 addition & 1 deletion apps/flowise/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"edition": [
{
"dist": "community",
"version": ["latest"]
"version": ["2.0.7","latest"]
}
],
"requirements": {
Expand Down

0 comments on commit d438814

Please sign in to comment.