mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Update mylar image to mylar3 (#131)
This commit is contained in:
@@ -2,4 +2,4 @@ FROM squidfunk/mkdocs-material
|
|||||||
RUN pip install \
|
RUN pip install \
|
||||||
mkdocs-autolinks-plugin \
|
mkdocs-autolinks-plugin \
|
||||||
mkdocs-htmlproofer-plugin \
|
mkdocs-htmlproofer-plugin \
|
||||||
mkdocs-blog-plugin
|
mkdocs-git-revision-date-localized-plugin
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Mylar
|
# Mylar
|
||||||
|
|
||||||
[Mylar](https://github.com/evilhero/mylar) is a tool for downloading and managing digital comic books.
|
[Mylar](https://github.com/mylar3/mylar3) is a tool for downloading and managing digital comic books.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ To include Mylar in your [AutoPirate](/recipes/autopirate/) stack, include the f
|
|||||||
|
|
||||||
````
|
````
|
||||||
mylar:
|
mylar:
|
||||||
image: linuxserver/mylar:latest
|
image: linuxserver/mylar3:latest
|
||||||
env_file : /var/data/config/autopirate/mylar.env
|
env_file : /var/data/config/autopirate/mylar.env
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/autopirate/mylar:/config
|
- /var/data/autopirate/mylar:/config
|
||||||
|
|||||||
Reference in New Issue
Block a user