Skip to content

Commit

Permalink
Merge pull request #104 from wiedehopf/main
Browse files Browse the repository at this point in the history
readme: better USB passthrough
  • Loading branch information
fredclausen authored Oct 22, 2024
2 parents be4a254 + 346206e commit a079af3
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 a079af3

Please sign in to comment.