# docker-compose up Creating mysql Creating rabbitmq ERROR: for rabbitmq Container command 'dockerize -wait tcp://localhost:3306 -timeout 1000s' not found or does not exist. Traceback (most recent call last): File "<string>", line 3, in <module> File "compose/cli/main.py", line 63, in main AttributeError: 'ProjectError' object has no attribute 'msg' docker-compose returned -1
配置了
entrypoint: ["dockerize -wait tcp://localhost:3306 -timeout 1000s"]
启动就会报错