Skip to content

wondows 环境 docker destop 安装后 访问数据库报错,ErrBadRequest::failed to find IP, error: lookup graphd on 127.0.0.11:53: no such host #1307

wondows 环境 docker destop 安装后 访问数据库报错,ErrBadRequest::failed to find IP, error: lookup graphd on 127.0.0.11:53: no such host

wondows 环境 docker destop 安装后 访问数据库报错,ErrBadRequest::failed to find IP, error: lookup graphd on 127.0.0.11:53: no such host #1307

Workflow file for this run

name: Auto label
on:
issues:
types:
- reopened
- opened
- labeled
- unlabeled
- closed
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
EVENT: ${{ toJSON(github.event)}}
EVENT_NAME: ${{ github.event_name}}
jobs:
sync:
name: auto label
runs-on: ubuntu-latest
steps:
- uses: HarrisChu/auto_label@v1