feat: 更新 appstore 镜像版本

This commit is contained in:
kuaifan 2025-11-27 02:24:34 +00:00
parent bf4a62ae04
commit 678dfd2d5c

View File

@ -96,10 +96,10 @@ services:
appstore:
container_name: "dootask-appstore-${APP_ID}"
privileged: true
image: "dootask/appstore:0.3.2"
image: "dootask/appstore:0.3.3"
volumes:
- shared_data:/usr/share/dootask
- /var/run/docker.sock:/var/run/docker.sock
- ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock
- ./:/var/www
environment:
HOST_PWD: "${PWD}"