Docker compose whatsapp业务api给出错误wacore未实例化

Docker compose whatsapp业务api给出错误wacore未实例化,docker-compose,whatsapp,Docker Compose,Whatsapp,目前我正在使用docker进行whatsapp业务api设置。 我已按照安装文件中指定的说明进行操作 安装成功,所有容器运行正常。 当我执行健康检查时,得到以下响应 { "health": { "192.168.99.124:337e5a74fec8": { "gateway_status": "unregistered", "role": "primary_master" }, "192.1

目前我正在使用docker进行whatsapp业务api设置。 我已按照安装文件中指定的说明进行操作

安装成功,所有容器运行正常。 当我执行健康检查时,得到以下响应

{
    "health": {
        "192.168.99.124:337e5a74fec8": {
            "gateway_status": "unregistered",
            "role": "primary_master"
        },
        "192.168.99.125:f6d56ce7a303": {
            "errors": [
                {
                    "code": 1011,
                    "title": "Service not ready",
                    "details": "Wacore is not instantiated. Please check wacore log for details."
                }
            ]
        },
        "192.168.99.125:f18358cd1dff": {
            "errors": [
                {
                    "code": 1011,
                    "title": "Service not ready",
                    "details": "Wacore is not instantiated. Please check wacore log for details."
                }
            ]
        }
    },
    "meta": {
        "version": "v2.25.5",
        "api_status": "stable"
    }
}

两个核心容器(master和wacore)未实例化。 我验证了我的容器,所有的都在运行


有人面临过这个问题吗?或者这是正常的,因为响应总是给出200个状态码。

您看到了什么!?你看到了什么!?