Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

includes user/pass from .env in docker-compose config

Open alvin opened this issue 1 year ago • 1 comments

custom user/pass config in .env didn't work for me until I added this to docker_compose.yml

not sure if there are any downsides to this, but changing the values in .env wasn't working for me without it (oddly it still required auth, it just "stuck" on the default example of user / 1234 -- perhaps cached in the docker workflow somehow?)

alvin avatar May 27 '23 01:05 alvin

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 27 '23 01:05 CLAassistant

@alvin if you pull from latest, should be working fine now.

Refer to here

HenryHengZJ avatar May 27 '23 22:05 HenryHengZJ