From 6e3306c6579796f10987a9bd7ad3b78d92cf13c9 Mon Sep 17 00:00:00 2001 From: commit111 Date: Fri, 27 Jun 2025 13:31:40 -0700 Subject: [PATCH] increase shm_size for container build --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index d552cda..4033d1f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -61,6 +61,7 @@ services: build: context: ./discord-bot dockerfile: Dockerfile + shm_size: "16gb" ports: - mode: ingress target: 3000