fix: 修复刷新流水线页面后,日志不自动更新的bug

This commit is contained in:
xiaojunnuo
2025-05-11 10:55:01 +08:00
parent c7f2ead696
commit 0b2e28b62d
2 changed files with 19 additions and 5 deletions

View File

@@ -3,6 +3,8 @@ services:
certd:
# 镜像 # ↓↓↓↓↓ ---- 镜像版本号,建议改成固定版本号,例如certd:1.29.0
image: registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
# image: ghcr.io/certd/certd:latest # --------- 如果 报镜像not found可以尝试其他镜像源
# image: greper/certd:latest
container_name: certd # 容器名
restart: unless-stopped # 自动重启
volumes: