kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
f34d844b72
commit
f2c802cad8
|
@ -46,6 +46,8 @@ This image provides various versions that are available via tags. Please read th
|
||||||
The web interface is at `<your-ip>:9117` , configure various trackers and connections to other apps there.
|
The web interface is at `<your-ip>:9117` , configure various trackers and connections to other apps there.
|
||||||
More info at [Jackett](https://github.com/Jackett/Jackett).
|
More info at [Jackett](https://github.com/Jackett/Jackett).
|
||||||
|
|
||||||
|
Disable autoupdates in the webui to prevent jackett crashing, the image is refreshed when new versions are released.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
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.
|
||||||
|
@ -64,10 +66,10 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- AUTO_UPDATE=true #optional
|
- AUTO_UPDATE=true #optional
|
||||||
- RUN_OPTS= #optional
|
- "RUN_OPTS=<run options here>" #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- <path to data>:/config
|
||||||
- /path/to/blackhole:/downloads
|
- <path to blackhole>:/downloads
|
||||||
ports:
|
ports:
|
||||||
- 9117:9117
|
- 9117:9117
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -82,10 +84,10 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-e AUTO_UPDATE=true `#optional` \
|
-e AUTO_UPDATE=true `#optional` \
|
||||||
-e RUN_OPTS= `#optional` \
|
-e RUN_OPTS="<run options here>" `#optional` \
|
||||||
-p 9117:9117 \
|
-p 9117:9117 \
|
||||||
-v /path/to/data:/config \
|
-v <path to data>:/config \
|
||||||
-v /path/to/blackhole:/downloads \
|
-v <path to blackhole>:/downloads \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/jackett:latest
|
lscr.io/linuxserver/jackett:latest
|
||||||
|
|
||||||
|
@ -109,7 +111,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
| `AUTO_UPDATE=true` | Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default) |
|
| `AUTO_UPDATE=true` | Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default) |
|
||||||
| `RUN_OPTS=` | Optionally specify additional arguments to be passed. |
|
| `RUN_OPTS=<run options here>` | Optionally specify additional arguments to be passed. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -172,7 +174,6 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **11.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
|
||||||
* **10.05.22:** - Rebase to Ubuntu Focal.
|
* **10.05.22:** - Rebase to Ubuntu Focal.
|
||||||
* **24.05.20:** - Allow user to optionally enable auto updates.
|
* **24.05.20:** - Allow user to optionally enable auto updates.
|
||||||
* **31.12.19:** - Remove agressive startup chowning.
|
* **31.12.19:** - Remove agressive startup chowning.
|
||||||
|
|
Ładowanie…
Reference in New Issue