Skip to content

Commit

Permalink
readme: better USB passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Oct 16, 2024
1 parent be4a254 commit 346206e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ services:
tty: true
container_name: dumpvdl2
restart: always
devices:
- /dev/bus/usb:/dev/bus/usb
ports:
environment:
- TZ="America/Denver"
Expand All @@ -44,6 +42,10 @@ services:
tmpfs:
- /run:exec,size=64M
- /var/log
device_cgroup_rules:
- 'c 189:* rwm'
volumes:
- /dev/bus/usb:/dev/bus/usb:ro
```
## Configuration options
Expand Down

0 comments on commit 346206e

Please sign in to comment.