Skip to content

Commit

Permalink
Changes group type from int to str (blakeblackshear#3086)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Englbrecht <[email protected]>
  • Loading branch information
herostrat and Sebastian Englbrecht committed Apr 12, 2022
1 parent 58c3285 commit d43f918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
user: vscode
# add groups from host for render, plugdev, video
group_add:
- 109 # render
- 44 # video
- 46 # plugdev
- "109" # render
- "44" # video
- "46" # plugdev
shm_size: "256mb"
build:
context: .
Expand Down

0 comments on commit d43f918

Please sign in to comment.