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