Dateien nach "install-kasm-chrome-on-docker" hochladen
This commit is contained in:
		
							
								
								
									
										12
									
								
								install-kasm-chrome-on-docker/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								install-kasm-chrome-on-docker/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
version: "3" # Specifies the version of the Docker Compose file format
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  chrome:
 | 
			
		||||
    container_name: M_Viper-chrome # Name of the Docker container
 | 
			
		||||
    image: kasmweb/chrome:1.14.0-rolling # Docker image for the Chrome 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
 | 
			
		||||
		Reference in New Issue
	
	Block a user