Skip to content

Commit

Permalink
compose: add passkey override
Browse files Browse the repository at this point in the history
The override adds the SYS_RAWIO capability and provides the hardware
token in the client container.

Signed-off-by: Iker Pedrosa <[email protected]>
  • Loading branch information
ikerexxe authored and pbrezina committed Mar 15, 2023
1 parent bc9a107 commit 696eae0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.passkey.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
client:
cap_add:
- SYS_RAWIO
devices:
- "$HIDRAW:$HIDRAW"

0 comments on commit 696eae0

Please sign in to comment.