1
0
Fork 0
1Panel-Appstore/apps/docker-android/emulator_11.0_v2.18.0-p0/docker-compose.yml

21 lines
440 B
YAML

services:
docker-android:
image: budtmo/docker-android:emulator_11.0_v2.18.0-p0
container_name: ${CONTAINER_NAME}
restart: ${RESTART_POLICY}
networks:
- 1panel-network
devices:
- /dev/kvm
environment:
- EMULATOR_DEVICE=${EMULATOR_DEVICE}
- WEB_VNC=${WEB_VNC}
ports:
- ${PANEL_APP_PORT_HTTP}:6080
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true