Skip to content

Instantly share code, notes, and snippets.

@supersonictw
Created September 11, 2025 02:01
Show Gist options
  • Save supersonictw/106e71376460b571a9ca3c3420916551 to your computer and use it in GitHub Desktop.
Save supersonictw/106e71376460b571a9ca3c3420916551 to your computer and use it in GitHub Desktop.
services:
desktop:
image: dorowu/ubuntu-desktop-lxde-vnc:latest
container_name: desktop
ports:
- "6080:80"
- "5900:5900"
environment:
- VNC_PASSWORD=${VNC_PASSWORD}
volumes:
- /dev/shm:/dev/shm:rw
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment