diff --git a/docs/images/docker-kometa.md b/docs/images/docker-kometa.md index e592e47ce..ba2011629 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).