We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
change MF_USERS_PASS_REGEX=^.{8,}$ to MF_USERS_PASS_REGEX=^.{8,}$$ in docker/.env file
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: