From 7c42c48a188670ac0e3441d0ccb341b6c4380794 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Thu, 23 Oct 2025 18:10:38 +0530 Subject: [PATCH] Removed volume mappings on appwrite one click service --- templates/compose/appwrite.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/templates/compose/appwrite.yaml b/templates/compose/appwrite.yaml index 262e1ee70..ba04f0a3b 100644 --- a/templates/compose/appwrite.yaml +++ b/templates/compose/appwrite.yaml @@ -819,16 +819,4 @@ services: networks: runtimes: - name: runtimes - -volumes: - appwrite-mariadb: - appwrite-redis: - appwrite-cache: - appwrite-uploads: - appwrite-imports: - appwrite-certificates: - appwrite-functions: - appwrite-sites: - appwrite-builds: - appwrite-config: + name: runtimes \ No newline at end of file