1
0
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:
David Young
2021-01-04 15:45:44 +13:00
committed by GitHub
parent d2b43fc36d
commit 77184f5937
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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.
![Mylar Screenshot](../../images/mylar.jpg) ![Mylar Screenshot](../../images/mylar.jpg)
@@ -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