Merge pull request #848 from patienttruth/master

Update Docker.md
This commit is contained in:
rmcrackan 2024-02-13 07:22:33 -05:00 committed by GitHub
commit dc5e55de68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.