mirror of
https://github.com/iv-org/documentation.git
synced 2025-07-27 00:35:54 -04:00
Add QOL Improvements and Fix Issue #648
This PR adds quality-of-life readability improvements and fixes Issue #648.
This commit is contained in:
parent
e0a395641e
commit
e4a9742b45
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ volumes:
|
||||||
>[!Note]
|
>[!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.
|
> 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.
|
||||||
|
|
||||||
5. Run the docker composition:
|
4. Run the docker composition:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue