Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-02 07:01:35 +00:00
rodzic b8a062658e
commit 4fff27d841
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -46,6 +46,10 @@ You can then use your cards as DVB inputs in apps such as tvheadend.
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
!!! info
Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
```yaml
@ -102,9 +106,9 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function |
| :----: | --- |
| `8875` | Status Page WebUI |
| `554` | RTSP Port |
| `1900/udp` | App Discovery |
| `8875:8875` | Status Page WebUI |
| `554:554` | RTSP Port |
| `1900:1900/udp` | App Discovery |
### Environment Variables (`-e`)