ui icon indicating copy to clipboard operation
ui copied to clipboard

docker-compose can not run up

Open KingBright opened this issue 2 years ago • 1 comments

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

KingBright avatar Oct 17 '22 09:10 KingBright

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

userid7 avatar Nov 21 '22 04:11 userid7