From c5f4cfba55975377b1c2f000620bb1c29fea1c22 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 21 Dec 2020 21:30:32 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-mylar3.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/images/docker-mylar3.md b/images/docker-mylar3.md index 08f7b19da..2052f485e 100755 --- a/images/docker-mylar3.md +++ b/images/docker-mylar3.md @@ -26,6 +26,14 @@ The architectures supported by this image are: | arm64 | arm64v8-latest | | armhf | arm32v7-latest | +## Version Tags + +This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them. + +| Tag | Description | +| :----: | --- | +| latest | Stable Mylar3 releases | +| nightly | Commits to Mylar3 `python3-dev` branch | ## Usage @@ -132,7 +140,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Application Setup The web ui for settings etc, is on `:8090` -For more detailed setup refer [Mylar3](https://github.com/mylar3/mylar3). +For more detailed setup options, refer to [Mylar3](https://github.com/mylar3/mylar3). ## Docker Mods @@ -154,4 +162,5 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **21.12.20:** - Release `nightly` tag based on commits to upstream `python3-dev` branch. * **28.09.20:** - Initial release.