Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-03 13:01:57 +00:00
rodzic 39e1d67483
commit aed7faec62
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -109,6 +109,10 @@ Best effort is made to install tools to allow mounting in /dev/dri on Arm device
To help you get started creating a container from this image you can either use docker-compose or the docker cli. 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)) ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
```yaml ```yaml
@ -162,10 +166,10 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function | | Parameter | Function |
| :----: | --- | | :----: | --- |
| `8096` | Http webUI. | | `8096:8096` | Http webUI. |
| `8920` | Optional - Https webUI (you need to set up your own certificate). | | `8920:8920` | Optional - Https webUI (you need to set up your own certificate). |
| `7359/udp` | Optional - Allows clients to discover Jellyfin on the local network. | | `7359:7359/udp` | Optional - Allows clients to discover Jellyfin on the local network. |
| `1900/udp` | Optional - Service discovery used by DNLA and clients. | | `1900:1900/udp` | Optional - Service discovery used by DNLA and clients. |
### Environment Variables (`-e`) ### Environment Variables (`-e`)