chore: 端口从 3000 改为 3721 避免冲突

This commit is contained in:
2026-03-02 01:07:45 +08:00
parent 7fd1005e03
commit ea49ce6081
4 changed files with 5 additions and 5 deletions
Vendored
+1 -1
View File
@@ -34,7 +34,7 @@ pipeline {
docker run -d \
--name ${APP_NAME} \
--network nginx \
-p 3000:3000 \
-p 3721:3721 \
-v /data/${APP_NAME}:/app/data \
-e DATABASE_URL=file:/app/data/prod.db \
-e AMAP_API_KEY=${AMAP_KEY} \