kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
bc64240313
commit
0e40bfe82e
|
@ -58,7 +58,7 @@ services:
|
||||||
- AUTO_UPDATE=true #optional
|
- AUTO_UPDATE=true #optional
|
||||||
- RUN_OPTS= #optional
|
- RUN_OPTS= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/jackett/data:/config
|
||||||
- /path/to/blackhole:/downloads
|
- /path/to/blackhole:/downloads
|
||||||
ports:
|
ports:
|
||||||
- 9117:9117
|
- 9117:9117
|
||||||
|
@ -76,7 +76,7 @@ docker run -d \
|
||||||
-e AUTO_UPDATE=true `#optional` \
|
-e AUTO_UPDATE=true `#optional` \
|
||||||
-e RUN_OPTS= `#optional` \
|
-e RUN_OPTS= `#optional` \
|
||||||
-p 9117:9117 \
|
-p 9117:9117 \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/jackett/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
|
||||||
|
@ -277,6 +277,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **31.05.24:** - Rebase to Alpine 3.20.
|
||||||
* **11.03.24:** - Rebase to Alpine 3.19. Deprecate development tag as upstream is publishing nightly stable releases.
|
* **11.03.24:** - Rebase to Alpine 3.19. Deprecate development tag as upstream is publishing nightly stable releases.
|
||||||
* **11.07.23:** - Rebase to Alpine 3.18.
|
* **11.07.23:** - Rebase to Alpine 3.18.
|
||||||
* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||||
|
|
Ładowanie…
Reference in New Issue