修改缓存、日志默认目录

This commit is contained in:
2025-12-25 18:25:08 +08:00
parent a80779308e
commit 54563271e6

View File

@@ -27,8 +27,8 @@ COPY --from=builder /compile/*.jar $APP_HOME
ENV ENV_ACTIVE="prod" \
PROJECT_NAME="${PROJECTCODE}" \
PROJECT_VERSION="${PROJECTVERSION}" \
JAVA_OPS="-Dnacos.logging.default.config.enabled=false \
-DJM.LOG.PATH=/tmp/nacos/logs" \
JAVA_OPS="-DJM.LOG.PATH=/tmp/nacos/logs \
-Dcom.alibaba.nacos.naming.cache.dir=/tmp/nacos/naming" \
APP_OPS="" \
SKYWALKING_OPS="" \
GC_OPS="-Xms512m -Xmx512m \