mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36: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 \
|
||||
mkdocs-autolinks-plugin \
|
||||
mkdocs-htmlproofer-plugin \
|
||||
mkdocs-blog-plugin
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
# 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:
|
||||
image: linuxserver/mylar:latest
|
||||
image: linuxserver/mylar3:latest
|
||||
env_file : /var/data/config/autopirate/mylar.env
|
||||
volumes:
|
||||
- /var/data/autopirate/mylar:/config
|
||||
|
||||
Reference in New Issue
Block a user