From 26a7cc84dc8c30a8b410fa579278f6b865759ef2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89milien=20=28perso=29?=
 <4016501+unixfox@users.noreply.github.com>
Date: Sat, 11 Jan 2025 10:01:45 +0100
Subject: [PATCH] Add missing companioncache in install doc

---
 docs/companion-installation.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/companion-installation.md b/docs/companion-installation.md
index 1822a4d..322269c 100644
--- a/docs/companion-installation.md
+++ b/docs/companion-installation.md
@@ -142,6 +142,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
 
     volumes:
       postgresdata:
+      companioncache:
     ```
 
     Note: This compose is made for a true "production" setup, where Invidious is behind a reverse proxy. If you prefer to directly access Invidious, replace `127.0.0.1:3000:3000` with `3000:3000` under the `ports:` section.