mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	Modify Windows container settings in compose.yml
Updated Windows container configuration with new version and resource settings.
This commit is contained in:
		
							parent
							
								
									1a6a2dbad0
								
							
						
					
					
						commit
						91434ccffe
					
				@ -3,7 +3,12 @@ services:
 | 
				
			|||||||
    image: dockurr/windows
 | 
					    image: dockurr/windows
 | 
				
			||||||
    container_name: windows
 | 
					    container_name: windows
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      VERSION: "11"
 | 
					      VERSION: "10pro"
 | 
				
			||||||
 | 
					      RAM_SIZE: "4G"
 | 
				
			||||||
 | 
					CPU_CORES: "2"
 | 
				
			||||||
 | 
					DISK_SIZE: "256G"
 | 
				
			||||||
 | 
					USERNAME: "Heather"
 | 
				
			||||||
 | 
					PASSWORD: "heather"
 | 
				
			||||||
    devices:
 | 
					    devices:
 | 
				
			||||||
      - /dev/kvm
 | 
					      - /dev/kvm
 | 
				
			||||||
      - /dev/net/tun
 | 
					      - /dev/net/tun
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user