change USERNAME and PASSWORD to FLOWISE_USERNAME and FLOWISE_PASSWORD to prevent conflict with machine env variables

This commit is contained in:
Henry
2023-05-27 20:23:18 +01:00
parent dc4fe13b12
commit 0f0d887f78
12 changed files with 29 additions and 37 deletions
-3
View File
@@ -4,9 +4,6 @@
# Run image
# docker run -d -p 3000:3000 flowise
# Run image with authorization
# docker run -d -e USERNAME=user -e PASSWORD=1234 -p 3000:3000 flowise
FROM node:18-alpine
RUN apk add --update libc6-compat