From ee37864a426a0c987a591153fa7900c61e92587e Mon Sep 17 00:00:00 2001 From: patienttruth <105557996+patienttruth@users.noreply.github.com> Date: Tue, 13 Feb 2024 06:49:33 +0000 Subject: [PATCH] Update Docker.md Included an explanation that you may have to manually input the InProgress variable. --- Documentation/Docker.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Documentation/Docker.md b/Documentation/Docker.md index 4addb4968..77f95e996 100644 --- a/Documentation/Docker.md +++ b/Documentation/Docker.md @@ -12,7 +12,15 @@ In order to use the docker image, you'll need to provide it with a copy of the ` In Settings.json, make the following changes: * Change `Books` to `/data` -* Change `InProgress` to `/tmp` +* Change `InProgress` to `/tmp` * + +*You may have to paste the following at the end of your your Settings.json file if `InProgess` is not present: + +``` + "InProgress": "/tmp" +``` +![image](https://github.com/patienttruth/Libation/assets/105557996/cf65a108-cadf-4284-9000-e7672c99c59b) + ### Running Once the configuration files are copied and edited, the docker image can be run with the following command.