更新 GitHub Actions 工作流,修改 Docker 容器端口映射,从 5000 改为 5321,以适应新的服务需求。

This commit is contained in:
MR-ZC 2025-03-25 16:46:47 +08:00
parent 976ac2017e
commit 327e916040

View File

@ -32,7 +32,7 @@ jobs:
docker stop test-container || true docker stop test-container || true
docker rm test-container || true docker rm test-container || true
docker run -d --name test-container \ docker run -d --name test-container \
-p 5000:5000 \ -p 5321:5000 \
registry.fandouke.com/test-image:latest registry.fandouke.com/test-image:latest