调整部分部署逻辑

This commit is contained in:
2026-07-28 21:58:12 +08:00
parent 04851d244f
commit 76ac9503c6
+1 -1
View File
@@ -544,7 +544,7 @@ do_deploy() {
--name frpc-console \ --name frpc-console \
--restart=always \ --restart=always \
--network host \ --network host \
-v ${DATA_DIR}:/app/data \ -v ${DEPLOY_DIR}:/app \
-e PORT=${PORT} \ -e PORT=${PORT} \
-e TZ=Asia/Shanghai \ -e TZ=Asia/Shanghai \
${IMAGE_NAME}:latest ${IMAGE_NAME}:latest