mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	Change Windows version to 10 and add user details
Updated Windows container configuration to use version 10 and added disk size, username, and password.
This commit is contained in:
		
							parent
							
								
									ebfa7da61a
								
							
						
					
					
						commit
						2ada1eeee3
					
				@ -3,7 +3,10 @@ services:
 | 
				
			|||||||
    image: dockurr/windows
 | 
					    image: dockurr/windows
 | 
				
			||||||
    container_name: windows
 | 
					    container_name: windows
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      VERSION: "11"
 | 
					      VERSION: "10"
 | 
				
			||||||
 | 
					      DISK_SIZE: "250G"
 | 
				
			||||||
 | 
					      USERNAME: "Heather"
 | 
				
			||||||
 | 
					      PASSWORD: "heather"
 | 
				
			||||||
    devices:
 | 
					    devices:
 | 
				
			||||||
      - /dev/kvm
 | 
					      - /dev/kvm
 | 
				
			||||||
      - /dev/net/tun
 | 
					      - /dev/net/tun
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user