From 92f8150808c6b5cc5a8957205bc87664b106f124 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 23 Apr 2024 08:50:05 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-kometa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/images/docker-kometa.md b/docs/images/docker-kometa.md index e592e47ce2..ba20116297 100644 --- a/docs/images/docker-kometa.md +++ b/docs/images/docker-kometa.md @@ -50,7 +50,7 @@ There is a [walkthrough](https://kometa.wiki/en/latest/home/guides/docker.html#s This image supports all of the environment variables listed [here](https://kometa.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 KOMETA_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. +To perform a one-time run use `docker run` (or `docker compose run`) with the `--rm`, and `-e KOMETA_RUN=True` or `--run` 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. For more information see the [official wiki](https://kometa.wiki).