Commit 7e472c5c by yinyong

Update Dockerfile

parent 0b81bd06
...@@ -28,7 +28,7 @@ COPY /docker-skywalking/6/6.6/ui/logback.xml webapp/ ...@@ -28,7 +28,7 @@ COPY /docker-skywalking/6/6.6/ui/logback.xml webapp/
FROM openjdk:8-jre-alpine FROM openjdk:8-jre-alpine
ENV JAVA_OPTS=" -Xms256M " \ ENV JAVA_OPTS=" -Xms256M " \
SW_OAP_ADDRESS="oap:12800" \ SW_OAP_ADDRESS="172.31.5.206:12800" \
SW_TIMEOUT="20000" SW_TIMEOUT="20000"
LABEL maintainer="hanahmily@apache.org" LABEL maintainer="hanahmily@apache.org"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment