[Bug]: node:internal/process/promises:288 heyform-1 | triggerUncaughtException(err, true /* fromPromise */); · Issue #128 · heyform/heyform

  • 12,000
  • Tác giả: admin
  • Ngày đăng:
  • Lượt xem: 12
  • Tình trạng: Còn hàng
# docker network inspect bridge
[
    {
        "Name": "bridge",
        "Id": "74af0388eebcccefe6ccff20e5a742142ed31e1f76cf0361ba22e48edae7691c",
        "Created": "2024-08-28T17:48:36.255339053+08:00",
        "Scope": "local",
        "Driver": "bridge",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": null,
            "Config": [
                {
                    "Subnet": "172.17.0.0/16",
                    "Gateway": "172.17.0.1"
                }
            ]
        },
        "Internal": false,
        "Attachable": false,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },
        "ConfigOnly": false,
        "Containers": {},
        "Options": {
            "com.docker.network.bridge.default_bridge": "true",
            "com.docker.network.bridge.enable_icc": "true",
            "com.docker.network.bridge.enable_ip_masquerade": "true",
            "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
            "com.docker.network.bridge.name": "docker0",
            "com.docker.network.driver.mtu": "1500"
        },
        "Labels": {}
    }
]



# docker network inspect root_heyform-network 
[
    {
        "Name": "root_heyform-network",
        "Id": "a40d0e5db72c471408b6832769497b5b41d558716578c70407eccc41f0bd07a2",
        "Created": "2024-08-29T11:04:41.311890045+08:00",
        "Scope": "local",
        "Driver": "bridge",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": null,
            "Config": [
                {
                    "Subnet": "172.19.0.0/16",
                    "Gateway": "172.19.0.1"
                }
            ]
        },
        "Internal": false,
        "Attachable": false,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },
        "ConfigOnly": false,
        "Containers": {
            "4cde2ec27a8e3f956fd4b9672babe398a2c13f2d9404ac5412990aec91ec6052": {
                "Name": "root-mongo-1",
                "EndpointID": "701f330b40346df6de1ae6c4eadc8041a623e1232b40c2d8562576f401f95cdc",
                "MacAddress": "02:42:ac:13:00:03",
                "IPv4Address": "172.19.0.3/16",
                "IPv6Address": ""
            },
            "fda1d9633bc5660154d272db67cea340b26604803ac5b2a2acf6ef99cec24bdf": {
                "Name": "root-keydb-1",
                "EndpointID": "fe87382718ceec76b0a85b094bdc99035b8b827cea02b6db96c65afaab813f83",
                "MacAddress": "02:42:ac:13:00:02",
                "IPv4Address": "172.19.0.2/16",
                "IPv6Address": ""
            }
        },
        "Options": {},
        "Labels": {
            "com.docker.compose.network": "heyform-network",
            "com.docker.compose.project": "root",
            "com.docker.compose.version": "2.27.1"
        }
    }
]

After deploying with the new docker compose.yml, the network configuration is as above. I can't see the specific reason. Please continue đồ sộ solve it.