作者 朱兆平

update: Dockerfile 升级为openjdk 8u292

@@ -13,7 +13,7 @@ services: @@ -13,7 +13,7 @@ services:
13 container_name: cloud-usercenter-jenkins 13 container_name: cloud-usercenter-jenkins
14 image: wlpt2/cloud-user-center:latest 14 image: wlpt2/cloud-user-center:latest
15 environment: 15 environment:
16 - - JAVA_OPTS=-XX:+UseContainerSupport -XX:MaxRAMPercentage=50.0 -XX:+StartAttachListener 16 + - JAVA_OPTS=-XX:+UseContainerSupport -XX:MaxRAMPercentage=50.0 -XX:+StartAttachListener -Djdk.attach.allowAttachSelf=true
17 volumes: 17 volumes:
18 - /home/wlpt/wlpt-cloud-userCenter/config:/config:ro 18 - /home/wlpt/wlpt-cloud-userCenter/config:/config:ro
19 ports: 19 ports: