diff --git a/epmet-auth/docker-compose.yml b/epmet-auth/docker-compose.yml index a26619c35d..ba08777aaa 100644 --- a/epmet-auth/docker-compose.yml +++ b/epmet-auth/docker-compose.yml @@ -2,10 +2,12 @@ version: "3.7" services: epmet-auth-server: container_name: epmet-auth-server-dev - image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-dev/epmet-auth:2.0.13 + image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-dev/epmet-auth:2.0.14 ports: - "8081:8081" network_mode: host # 使用现有网络 + volumes: + - "/opt/epmet-cloud-logs/dev:/logs" deploy: resources: limits: diff --git a/epmet-auth/pom.xml b/epmet-auth/pom.xml index 9bf0d2ef26..409134fb41 100644 --- a/epmet-auth/pom.xml +++ b/epmet-auth/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - 2.0.13 + 2.0.14 com.epmet epmet-cloud