kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
99eaf9d726
commit
7acbf27c6f
|
@ -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`)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue