Merge pull request #31 from 0wlyW00d/patch-2

Update docker-compose to add platform support for Apple ARM
This commit is contained in:
MX
2022-07-25 13:57:43 +03:00
committed by GitHub
+1
View File
@@ -1,6 +1,7 @@
version: '3'
services:
dev:
platform: linux/x86_64
image: flipperdevices/flipperzero-toolchain
network_mode: host
privileged: true