From 8b19e3e5c34eb59ea1fe6ede72f1ffe875bb2019 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Sun, 18 May 2025 00:58:30 -0400 Subject: [PATCH] Try to mitigate restart breakage --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 648edde..84b61ce 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,8 +7,9 @@ services: shm_size: 2gb ports: - '5800:5800' - volumes: - - ./config:/config + # Seems to break on restarts, recommend only using for debugging + # volumes: + # - ./config:/config environment: LANG: en_CA.UTF-8 TZ: America/Toronto