mirror of
https://github.com/iv-org/documentation.git
synced 2025-12-16 17:14:07 -05:00
fix: markdown style
This commit is contained in:
parent
ad671c281a
commit
9373f6743c
1 changed files with 2 additions and 2 deletions
|
|
@ -4,12 +4,12 @@ This is a very basic config, assuming that you're using Traefik to manage SSL ce
|
|||
Do not forget to replace `<server_name>` with your domain.
|
||||
|
||||
**Invidious Setup**
|
||||
|
||||
```
|
||||
...
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.invidious.rule=Host(`<server_name>`)"
|
||||
- "traefik.http.routers.invidious.entrypoints=web-sec"
|
||||
- "traefik.http.routers.invidious.tls.certresolver=le"
|
||||
- "traefik.http.services.invidious.loadbalancer.server.port=3000"
|
||||
...
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue