From 4ae9f06c208f9d4c15e0b6ca7d800c263d7a187e Mon Sep 17 00:00:00 2001 From: Arthur Jaques Date: Wed, 25 Dec 2024 01:45:16 +0100 Subject: [PATCH] PATH_HOST_BASE must be absolute in docker container: document (#11) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 790082e..e80623c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Copy the `.env.example` file to a `.env` file at the root of the directory and d - `PASSWORD`: password to authenticate to the [worker-facing API](https://github.com/ries-lab/DECODE_Cloud_WorkerAPI) (not required if `ACCESS_TOKEN` is set). - Local paths: - `PATH_BASE`: path to which to mount in the container (e.g., `/data`). - - `PATH_HOST_BASE`: path to mount on the host (e.g., `/home/user/temp/decode_cloud/mount). + - `PATH_HOST_BASE`: path to mount on the host (e.g., `/home/user/temp/decode_cloud/mount; must be absolute if running inside of a docker container). - Timeouts: - `TIMEOUT_JOB`: how often (in seconds) to look for a new job. - `TIMEOUT_STATUS`: how often (in seconds) to send a keep-alive signal while processing the job.