feat 端口修改

This commit is contained in:
2026-01-16 22:09:43 +08:00
parent ba045905e8
commit 82d863d4a5
4 changed files with 23 additions and 8 deletions

4
deploy/Jenkinsfile vendored
View File

@@ -51,7 +51,7 @@ pipeline {
stage('Build Go Binary') {
agent {
docker {
image 'golang:1.23.1-alpine'
image 'golang:1.24.0-alpine'
reuseNode true
args '-u root:root -v $GO_MOD_CACHE_DIR:/go/pkg/mod -v $GO_BUILD_CACHE_DIR:/root/.cache/go-build'
}
@@ -109,7 +109,7 @@ pipeline {
docker run -d \\
--name ${env.APP_NAME} \\
--restart unless-stopped \\
-p 8601:8601 \\
-p 18700-18701:18700-18701 \\
--env XH_G_ENV=prod \\
-v /root/service/logs/scene_log/:/app/logs \\
${env.IMAGE_TAG}