From 5b487717110857758abfe96093de5650f021015d Mon Sep 17 00:00:00 2001 From: Dick Wolff <5620002+dickwolff@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:06:10 +0100 Subject: [PATCH] Add cache folder instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec40367..f7054de 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ The following parameters can be given to the Docker run command. | ------- | -------- | ----------- | | ` -v {local_in-folder}:/var/e2g-input` | N | The input folder where you put the files to be processed | | `-v {local_out_folder}:/var/e2g-output` | N | The output folder where the Ghostfolio import JSON will be placed. Also the input file will be moved here when an error ocurred while processing the file. | +| `-v {local_cache_folder}:/var/e2g-cache` | Y | The folder where Yahoo Finance symbols will be cached | | `--env GHOSTFOLIO_ACCOUNT_ID=xxxxxxx` | N | Your Ghostolio account ID 1 | | `--env USE_POLLING=true` | Y | When set to true, the container will continously look for new files to process and the container will not stop. | | `--env DEBUG_LOGGING=true` | Y | When set to true, the container will show logs in more detail, useful for error tracing. |