Created
September 11, 2025 02:01
-
-
Save supersonictw/106e71376460b571a9ca3c3420916551 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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