Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created October 20, 2021 17:39
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dnburgess/99e1b13ce5de2a39f8083ae3e7968cc0 to your computer and use it in GitHub Desktop.
Save dnburgess/99e1b13ce5de2a39f8083ae3e7968cc0 to your computer and use it in GitHub Desktop.
KasmWeb Docker-Compose.yml Container Template
version: '3.3'
services:
firefox:
ports:
- '6911:6901' #change 6901 as necessary. eg. '6901:6901', '6902:6901', '6903:6901'
environment:
- VNC_PW=password #change as desired
shm_size: '512m' #change per your needs. eg. '512m', '1gb', '2gb'
image: 'kasmweb/firefox:1.9.0' #change the image to your desired image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment