You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
- { tag: "develop", desc: "Latest commits from the develop branch" }
19
22
20
23
# container parameters
21
24
common_param_env_vars_enabled: true
@@ -50,14 +53,15 @@ app_setup_block_enabled: true
50
53
app_setup_block: |
51
54
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.
52
55
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.
54
57
55
58
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.
56
59
57
60
For more information see the [official wiki](https://metamanager.wiki).
0 commit comments