Merge pull request #9786 from appwrite/fix-task-stats-resource-crashing

fix: prevent appwrite-task-stats-resources from crashing
This commit is contained in:
Steven Nguyen
2025-05-17 15:39:18 -07:00
committed by GitHub
+1 -3
View File
@@ -685,11 +685,9 @@ $image = $this->getParam('image', '');
container_name: appwrite-task-stats-resources
entrypoint: stats-resources
<<: *x-logging
restart: unless-stopped
networks:
- appwrite
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
depends_on:
- redis
- mariadb