Compare commits

..

2 Commits

Author SHA1 Message Date
d1d137702a update 2025-01-05 14:46:46 +08:00
af7fb7dcc6 update 2025-01-05 14:46:39 +08:00

View File

@ -6,8 +6,8 @@ services:
environment:
- EMULATOR_DEVICE=Nexus 7 # 可以替换为你想模拟的设备名称
- WEB_VNC=true
volumes:
- /root/pad:/home/androidusr # 数据持久化到此目录
# volumes:
# - /root/pad:/home/androidusr # 数据持久化到此目录
devices:
- /dev/kvm
restart: always