From c9bd16a353a94546cf754e369f2bfde0aa65321b Mon Sep 17 00:00:00 2001 From: Aditya Oberai Date: Tue, 3 Sep 2024 22:46:21 +0530 Subject: [PATCH 1/2] chore: Update Init copy in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d223475c2..6db4416e58 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> Appwrite Init is here! You can check out all the new and upcoming features [on our Init website](https://appwrite.io/init) 🚀 +> Appwrite Init has concluded! You can check out all the latest announcements [on our Init website](https://appwrite.io/init) 🚀

From 20cf7643dc9c1919e798d8618b4dae080de4cbc9 Mon Sep 17 00:00:00 2001 From: Fernando <35773180+feschaffa@users.noreply.github.com> Date: Sat, 7 Sep 2024 14:44:16 -0300 Subject: [PATCH 2/2] Update docker-compose to restart usage-dump Currently, docker doesn't restart the usage-dump container after a system reboot, causing appwrite to not show usage correctly. This fix makes it restart along with the other containers. --- app/views/install/compose.phtml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 39cc03c8a6..3e4d319755 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -664,6 +664,7 @@ $image = $this->getParam('image', ''); entrypoint: worker-usage-dump <<: *x-logging container_name: appwrite-worker-usage-dump + restart: unless-stopped networks: - appwrite depends_on: