Skip to content

Instantly share code, notes, and snippets.

@marc-hanheide
Last active February 23, 2022 16:40
Show Gist options
  • Save marc-hanheide/8a7c8eec2e6d6184e553b80ddc2d17ba to your computer and use it in GitHub Desktop.
Save marc-hanheide/8a7c8eec2e6d6184e553b80ddc2d17ba to your computer and use it in GitHub Desktop.
Docker novnc-desktop-standalone compose solution
version: '3'
services:
novnc_desktop_bionic:
image: lcas.lincoln.ac.uk/lcas/novnc-desktop-standalone:bionic
ports:
- 6080:6080
restart: always
volumes:
- userhome:/home/lcas
cap_add:
- SYS_ADMIN
volumes:
userhome:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment