Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit bfda1dd

Browse files
authored
Merge pull request #8 from linuxserver/readme-develop
2 parents ddecdcd + abfea74 commit bfda1dd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme-vars.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ available_architectures:
1515
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
1616

1717
# development version
18-
development_versions: false
18+
development_versions: true
19+
development_versions_items:
20+
- { tag: "latest", desc: "Stable releases." }
21+
- { tag: "develop", desc: "Latest commits from the develop branch" }
1922

2023
# container parameters
2124
common_param_env_vars_enabled: true
@@ -50,14 +53,15 @@ app_setup_block_enabled: true
5053
app_setup_block: |
5154
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.
5255
53-
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html)
56+
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html) and all commandline arguments.
5457
5558
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.
5659
5760
For more information see the [official wiki](https://metamanager.wiki).
5861
5962
# changelog
6063
changelogs:
64+
- { date: "08.11.22:", desc: "Add develop branch." }
6165
- { date: "25.10.22:", desc: "Support commandline args and relative paths." }
6266
- { date: "03.10.22:", desc: "Rebase to Alpine 3.16, migrate to s6v3." }
6367
- { date: "30.01.22:", desc: "Initial Release." }

0 commit comments

Comments
 (0)