修复 Caddy Docker 镜像拉取错误(国内镜像限流):添加注释 + 调整 make docker-up 不强制 --build

This commit is contained in:
yml2213
2026-07-22 12:51:46 +08:00
parent ac8211f7d9
commit 37635e0d64
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ docker-build:
@echo "Then run: docker compose up -d --build"
docker-up:
@echo "Starting services with docker-compose..."
docker compose up -d --build
@echo "Starting services with docker-compose (pulls Caddy image if needed)..."
docker compose up -d
docker-down:
@echo "Stopping and removing containers..."