From 509479ab79b3bcf17cc5a99445ccbeca71ff91dc Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Tue, 14 Sep 2021 20:50:17 +0800 Subject: [PATCH] compose.cloud.yml works --- helper/compose.cloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper/compose.cloud.yml b/helper/compose.cloud.yml index 026fedc..9d65062 100644 --- a/helper/compose.cloud.yml +++ b/helper/compose.cloud.yml @@ -1,7 +1,7 @@ version: '3.3' services: api: - build: . + build: .. environment: IS_DOCKER: 1 DISABLE_LOCALHOST: 1 @@ -9,7 +9,7 @@ services: ports: - '9080:8080' volumes: - - .:/app/dtm + - ..:/app/dtm mysql: image: 'mysql:5.7' environment: