forked from mj/devopsscripts
修改缓存、日志默认目录
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user