mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	Update devcontainer configuration for Windows 11
This commit is contained in:
		
							parent
							
								
									56fc74b95c
								
							
						
					
					
						commit
						32e23cda0b
					
				@ -1,8 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "Windows 10 Pro",
 | 
			
		||||
  "name": "Windows 11 Pro",
 | 
			
		||||
  "service": "windows",
 | 
			
		||||
  "containerEnv": {
 | 
			
		||||
    "VERSION": "10"
 | 
			
		||||
    "VERSION": "11"
 | 
			
		||||
  },
 | 
			
		||||
  "forwardPorts": [8006],
 | 
			
		||||
  "portsAttributes": {
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
  "otherPortsAttributes": {
 | 
			
		||||
    "onAutoForward": "ignore"
 | 
			
		||||
  },
 | 
			
		||||
  "dockerComposeFile": "../codespaces.yml",
 | 
			
		||||
  "dockerComposeFile": "codespaces.yml",
 | 
			
		||||
  "workspaceFolder": "/workspaces/windows",
 | 
			
		||||
  "initializeCommand": "docker system prune --all --force"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user