Created
October 20, 2021 17:39
-
-
Save dnburgess/99e1b13ce5de2a39f8083ae3e7968cc0 to your computer and use it in GitHub Desktop.
KasmWeb Docker-Compose.yml Container Template
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
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