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

Commit 1a41b79

Browse files
committed
Add readme note about one-time runs
1 parent b7ba3ba commit 1a41b79

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ There is a [walkthrough](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Do
6464

6565
This image supports all of the environment variables listed [here](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Run-Commands-&-Environmental-Variables)
6666

67+
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.
68+
6769
For more information see the [official wiki](https://github.com/meisnate12/Plex-Meta-Manager/wiki).
6870

6971
## Usage

readme-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ app_setup_block: |
5252
5353
This image supports all of the environment variables listed [here](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Run-Commands-&-Environmental-Variables)
5454
55+
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+
5557
For more information see the [official wiki](https://github.com/meisnate12/Plex-Meta-Manager/wiki).
5658
5759
# changelog

0 commit comments

Comments
 (0)