Changes group type from int to str (#3086)

Co-authored-by: Sebastian Englbrecht <sebastian.englbrecht@kabelmail.de>
This commit is contained in:
herostrat
2022-04-12 07:20:28 -05:00
committed by GitHub
co-authored by Sebastian Englbrecht
parent 58c32857d3
commit d43f9189a6
+3 -3
View File
@@ -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: .