Skip to content

Commit

Permalink
docs: Readme (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 22, 2024
1 parent 0c74201 commit 4f524c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti

Please note that this may reduce the write performance of the disk.

* ### How do I add multiple disks?
* ### How do I add multiple disks?

To create additional disks, modify your compose file like this:

Expand All @@ -114,7 +114,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti

* ### How do I pass-through a disk?

It is possible to pass-through disk devices directly by adding them to your compose file in this way:
It is possible to pass-through disk devices directly by adding them to your compose file in this way:

```yaml
environment:
Expand Down

0 comments on commit 4f524c4

Please sign in to comment.