From c56634ec00c71d1c6c39437180385407622ca8a3 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Apr 2026 17:25:34 -0400 Subject: [PATCH] chore: uncomment homebrew index.json volume in 5etools service configuration --- 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 507c06e..229212f 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