update README

This commit is contained in:
Henry
2023-04-10 20:29:55 +01:00
parent c576ea5b67
commit 2831526c72
5 changed files with 4 additions and 23 deletions
-10
View File
@@ -1,14 +1,6 @@
version: '3.1'
services:
mongo:
image: mongo
ports:
- '27017:27017'
restart: always
environment:
- MONGO_INITDB_DATABASE=flowiseai
flowise:
image: flowiseai/flowise
restart: always
@@ -16,8 +8,6 @@ services:
- PORT=${PORT}
ports:
- '${PORT}:${PORT}'
links:
- mongo
volumes:
- ~/.flowise:/root/.flowise
command: /bin/sh -c "sleep 3; flowise start"