Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose can not run up #264

Open
KingBright opened this issue Oct 17, 2022 · 1 comment
Open

docker-compose can not run up #264

KingBright opened this issue Oct 17, 2022 · 1 comment

Comments

@KingBright
Copy link

platform: macos 12.4 (intel)

code version: tag 0.13.0

run command: make run

output:
docker-compose -f docker/docker-compose.yml up
Invalid template: "^.{8,}$"
make: *** [run] Error 1

@userid7
Copy link

userid7 commented Nov 21, 2022

change
MF_USERS_PASS_REGEX=^.{8,}$
to
MF_USERS_PASS_REGEX=^.{8,}$$
in docker/.env file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants