mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-18 11:49:14 -04:00
Add missing companioncache in install doc
This commit is contained in:
parent
83b4ea9687
commit
26a7cc84dc
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgresdata:
|
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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue