diff --git a/Jenkinsfile b/Jenkinsfile index 5382d7d..d8b282a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { CI_WEB='false' CI_PORT='' CI_SSL='' - CI_DELAY='120' + CI_DELAY='60' CI_DOCKERENV='TZ=Europe/London' CI_AUTH='' CI_WEBPATH='' diff --git a/README.md b/README.md index aaf62d2..3663e92 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ This image provides various versions that are available via tags. Please read th ## Application Setup -There is a [walkthrough](https://kometa.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running. +There is a [walkthrough](https://kometa.wiki/en/latest/kometa/install/docker/#setting-up-the-initial-config-file) available to help get you up and running. -This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/home/environmental.html) and all commandline arguments. +This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/kometa/environmental/) 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` 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. diff --git a/jenkins-vars.yml b/jenkins-vars.yml index bb06ec4..4a7f63b 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -23,7 +23,7 @@ repo_vars: - CI_WEB='false' - CI_PORT='' - CI_SSL='' - - CI_DELAY='120' + - CI_DELAY='60' - CI_DOCKERENV='TZ=Europe/London' - CI_AUTH='' - CI_WEBPATH='' diff --git a/readme-vars.yml b/readme-vars.yml index e0795a1..74f2b1e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -51,9 +51,9 @@ optional_block_1: false # application setup block app_setup_block_enabled: true app_setup_block: | - There is a [walkthrough](https://kometa.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running. + There is a [walkthrough](https://kometa.wiki/en/latest/kometa/install/docker/#setting-up-the-initial-config-file) available to help get you up and running. - This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/home/environmental.html) and all commandline arguments. + This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/kometa/environmental/) 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` 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.