You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
创建docker-compose.yaml中给出的示例代码中第一行的version: "3"在最新版本的 Docker Compose(2.0 及以上)中已过时,运行docker-compose up -d会触发警告:WARN[0000] /path/to/docker-compose.yaml: version is obsolete。