♻️ 迁移 docker compose 并修复 runner 升级版本识别
Ubuntu System Information / show-system-info (push) Successful in 1s

This commit is contained in:
csh
2026-05-07 15:02:38 +08:00
parent 9d4c4a1f73
commit 34480c16e2
7 changed files with 75 additions and 63 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ if curl -L "$DOWNLOAD_URL" -o "$INSTALL_PATH"; then
echo ""
echo "Next steps:"
echo "1. Register the runner:"
echo " docker-compose exec gitea-runner /data/register.sh"
echo " docker compose exec gitea-runner /data/register.sh"
echo ""
echo "2. Start using the runner after registration."
echo ""