From f43bfa526986d6f9fa37c803ce12696f3e15ef8b Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 25 Apr 2025 18:15:29 -0400 Subject: [PATCH] update readme notes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78a8841..c10371f 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,12 @@ ## Quick start -* Set up Docker Swarm and [`abra`] -* Deploy [`coop-cloud/traefik`] +* Deploy `coop-cloud/traefik` (note that you will have to enable host networking on traefik for the ratelimiting feature to work) * `abra app new gotosocial` * `abra app config ` (choose database type now, migration is possible but annoying) * `abra app deploy ` -> **Note:** This deployment can be pretty wonky on instances with <2GB of available RAM or <4 cores, this is a known issue related to wasm compilation running on initialization. Please be patient and check the logs. +> **Note:** This deployment can be pretty wonky on instances with <2GB of available RAM or <2 cores, this is a known issue related to wasm compilation running on initialization. Please be patient and check the logs. ## [Database](https://docs.gotosocial.org/en/latest/configuration/database/)