Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-03 12:22:17 +00:00
rodzic 99eaf9d726
commit 7acbf27c6f
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -42,6 +42,10 @@ The architectures supported by this image are:
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
@ -95,10 +99,10 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function |
| :----: | --- |
| `8384` | Application WebUI |
| `22000/tcp` | Listening port (TCP) |
| `22000/udp` | Listening port (UDP) |
| `21027/udp` | Protocol discovery |
| `8384:8384` | Application WebUI |
| `22000:22000/tcp` | Listening port (TCP) |
| `22000:22000/udp` | Listening port (UDP) |
| `21027:21027/udp` | Protocol discovery |
### Environment Variables (`-e`)