From 71d9cbdce67b6ac75166dd628dfd557a9102be5e Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 30 May 2025 15:10:13 +0800 Subject: [PATCH] no message --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2365764e8..2697cf9d2 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -96,14 +96,13 @@ services: appstore: container_name: "dootask-appstore-${APP_ID}" privileged: true - image: "dootask/appstore:0.0.7" + image: "dootask/appstore:0.0.8" volumes: - shared_data:/usr/share/dootask - /var/run/docker.sock:/var/run/docker.sock - ./:/var/www environment: HOST_PWD: "${PWD}" - RUN_MODE: "strict" healthcheck: test: ["CMD", "curl", "-f", "http://localhost/health"] interval: 5s