kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
e9b96fb2db
commit
028e1be0c6
|
@ -64,6 +64,10 @@ This image can be run with a read-only container filesystem. For details please
|
|||
|
||||
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
|
||||
|
@ -115,10 +119,10 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
|
||||
| Parameter | Function |
|
||||
| :----: | --- |
|
||||
| `8112` | Port for webui |
|
||||
| `6881` | Inbound torrent traffic (See App Setup) |
|
||||
| `6881/udp` | Inbound torrent traffic (See App Setup) |
|
||||
| `58846` | Default deluged port for thin client connectivity |
|
||||
| `8112:8112` | Port for webui |
|
||||
| `6881:6881` | Inbound torrent traffic (See App Setup) |
|
||||
| `6881:6881/udp` | Inbound torrent traffic (See App Setup) |
|
||||
| `58846:58846` | Default deluged port for thin client connectivity |
|
||||
|
||||
### Environment Variables (`-e`)
|
||||
|
||||
|
@ -140,6 +144,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
|
||||
| Parameter | Function |
|
||||
| :-----: | --- |
|
||||
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue