From 93de8cd32ed8930e3b73b8b4ac0a25d9edde265a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 8 Nov 2022 15:48:23 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-plex-meta-manager.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/images/docker-plex-meta-manager.md b/images/docker-plex-meta-manager.md index c46581a893..f77c257296 100755 --- a/images/docker-plex-meta-manager.md +++ b/images/docker-plex-meta-manager.md @@ -33,11 +33,20 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf| ✅ | arm32v7-\ | +## Version Tags + +This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. + +| Tag | Available | Description | +| :----: | :----: |--- | +| latest | ✅ | Stable releases. | +| develop | ✅ | Latest commits from the develop branch | + ## Application Setup There is a [walkthrough](https://metamanager.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running. -This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html) +This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html) and all commandline arguments. To perform a one-time run use `docker run` (or `docker-compose run`) with the `--rm` and `-e PMM_RUN=True` arguments. This will cause the container to process your config immediately instead of waiting for the scheduled time, and delete the old container after completion. @@ -170,6 +179,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **08.11.22:** - Add develop branch. * **25.10.22:** - Support commandline args and relative paths. * **03.10.22:** - Rebase to Alpine 3.16, migrate to s6v3. * **30.01.22:** - Initial Release.