fix: 不将 Docker 数据目录独立挂载作为启动前置条件
Verify / database-integration (pull_request) Failing after 11m16s
Verify / lint (pull_request) Successful in 15m38s
Verify / test (pull_request) Successful in 16m2s

This commit is contained in:
2026-09-21 15:51:10 +00:00
parent 505aeb8e50
commit fb2c34ce46
-1
View File
@@ -68,7 +68,6 @@ jobs:
set -euo pipefail
command -v docker
command -v dockerd
findmnt /var/lib/docker
sudo -n nohup dockerd \
--host=unix:///var/run/docker.sock \
--storage-driver=overlay2 \