Fix issue that adb can not find any attached device
parent
6ddf98ce90
commit
bd39ee2862
@ -1,6 +1,8 @@
|
||||
services:
|
||||
php-cli:
|
||||
image: php:8.2-apache
|
||||
privileged: true
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .:/var/www/html
|
||||
- /dev/bus/usb:/dev/bus/usb
|
||||
|
Loading…
Reference in New Issue