mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
change USERNAME and PASSWORD to FLOWISE_USERNAME and FLOWISE_PASSWORD to prevent conflict with machine env variables
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user