Skip to content

Commit

Permalink
Merge pull request #848 from patienttruth/master
Browse files Browse the repository at this point in the history
Update Docker.md
  • Loading branch information
rmcrackan authored Feb 13, 2024
2 parents efe3476 + ee37864 commit dc5e55d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Documentation/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dc5e55d

Please sign in to comment.