Skip to main content

KasmWeb Docker-Compose.yml Container Template (DB Tech Custom)

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

Change 'image:tag' to the appropriate KasmWeb Image. Also change the 6901:6901 as necessary (6902:6901 for example)

The container is now accessible via a browser : https://IP:6901 (or whatever port you setup for the container.)

The https is required.

Login:
User : kasm_user
Password: password (unless you changed the password.)