From bb595c2e78f30748d826973a9281d02a862f6e6d Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Apr 2026 17:22:54 -0400 Subject: [PATCH] chore: comment out homebrew index.json volume to prevent overwriting on restart --- nodes/heimdall/5etools/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/5etools/compose.yaml b/nodes/heimdall/5etools/compose.yaml index 9dfc1ce..1251f69 100644 --- a/nodes/heimdall/5etools/compose.yaml +++ b/nodes/heimdall/5etools/compose.yaml @@ -6,7 +6,7 @@ services: image: jafner/5etools-docker volumes: - /mnt/appdata/5etools/data:/usr/local/apache2/htdocs - - /mnt/appdata/5etools/data/homebrew/index.json:/usr/local/apache2/htdocs/homebrew/index.json:ro # try to prevent overwriting custom index on restart + # - /mnt/appdata/5etools/data/homebrew/index.json:/usr/local/apache2/htdocs/homebrew/index.json:ro # try to prevent overwriting custom index on restart environment: - SOURCE=GITHUB - IMG=TRUE