mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-14 00:37:21 +00:00
2c5ee3fcc0
This reverts commit ce48618f8f
.
12 lines
251 B
YAML
12 lines
251 B
YAML
version: '3'
|
|
services:
|
|
dev:
|
|
image: flipperdevices/flipperzero-toolchain
|
|
network_mode: host
|
|
privileged: true
|
|
tty: true
|
|
stdin_open: true
|
|
volumes:
|
|
- .:/project
|
|
- /dev/bus/usb:/dev/bus/usb
|
|
working_dir: '/project'
|