Update HOW_TO_USE_DOCKER.md (#1697)

format Markdown / YAML code snippet
This commit is contained in:
Philipp Metzler 2024-06-17 22:31:45 +02:00 committed by GitHub
parent 172543e1cd
commit 65093d99d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,9 @@ mintplexlabs/anythingllm;
<tr>
<td> Docker Compose</td>
<td>
```yaml
version: '3.8'
services:
anythingllm:
@ -127,6 +130,8 @@ mintplexlabs/anythingllm;
type: none
o: bind
device: /path/on/local/disk
```
</td>
</tr>
</table>