kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
69abdc0729
commit
2a3db24154
|
@ -48,6 +48,7 @@ docker create \
|
|||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e TZ=Europe/London \
|
||||
-e AUTO_UPDATE=true `#optional` \
|
||||
-e RUN_OPTS=<run options here> `#optional` \
|
||||
-p 9117:9117 \
|
||||
-v <path to data>:/config \
|
||||
|
@ -72,6 +73,7 @@ services:
|
|||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
- AUTO_UPDATE=true #optional
|
||||
- RUN_OPTS=<run options here> #optional
|
||||
volumes:
|
||||
- <path to data>:/config
|
||||
|
@ -99,6 +101,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| `PUID=1000` | for UserID - see below for explanation |
|
||||
| `PGID=1000` | for GroupID - see below for explanation |
|
||||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
||||
| `AUTO_UPDATE=true` | Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default) |
|
||||
| `RUN_OPTS=<run options here>` | Optionally specify additional arguments to be passed. EG. `--ProxyConnection=10.0.0.100:1234`. |
|
||||
|
||||
### Volume Mappings (`-v`)
|
||||
|
@ -151,6 +154,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
|
||||
## Versions
|
||||
|
||||
* **24.05.20:** - Allow user to optionally enable auto updates.
|
||||
* **31.12.19:** - Remove agressive startup chowning.
|
||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||
* **10.03.19:** - Switch to net-core builds of jackett, not dependant on mono and smaller images.
|
||||
|
|
Ładowanie…
Reference in New Issue