Bot Updating Documentation

pull/63/head
LinuxServer-CI 2022-11-08 15:48:23 +01:00
rodzic 51e465b0b7
commit 93de8cd32e
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -33,11 +33,20 @@ The architectures supported by this image are:
| arm64 | ✅ | arm64v8-\<version tag\> |
| armhf| ✅ | arm32v7-\<version tag\> |
## 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.