Closed BenBlumer closed 10 months ago
@BenBlumer
try the following :
VNC-Service:
image: android-emulator
build: .
ports:
- 5900:5900
container_name: VNC-Service
environment:
VNC_PASSWORD: 123
privileged: true
command:
- bash
- -c
- |
./start_vnc.sh
tty: true
stdin_open: true
Ticket closed due ti inactivity
$ docker compose up VNC-Service