chore: 端口从 3000 改为 3721 避免冲突
This commit is contained in:
Vendored
+1
-1
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user