From 326d02f59eb60d5bbbb4ec8385f99996ba4bb452 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Mon, 12 Feb 2024 21:14:10 +0000 Subject: [PATCH] Dateien nach "install-kasm-chromium-on-docker" hochladen --- install-kasm-chromium-on-docker/docker-compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install-kasm-chromium-on-docker/docker-compose.yml diff --git a/install-kasm-chromium-on-docker/docker-compose.yml b/install-kasm-chromium-on-docker/docker-compose.yml new file mode 100644 index 0000000..2cf8018 --- /dev/null +++ b/install-kasm-chromium-on-docker/docker-compose.yml @@ -0,0 +1,12 @@ +version: "3" # Specifies the version of the Docker Compose file format + +services: + chromium: + container_name: M_Viper-chromium # Name of the Docker container + image: kasmweb/chromium:1.14.0-rolling # Docker image for the Chromium browser + ports: + - "6901:6901" # Expose port 6901 for VNC access + environment: + - VNC_PW=dockge # User: kasm_user Set the VNC password to 'dockge' + - LAUNCH_URL=https://community.bigbeartechworld.com/ # Set the default URL to Big Bear Tech World + shm_size: 512m # Allocate 512 MB of shared memory