mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-04 06:15:27 +00:00 
			
		
		
		
	Update Windows service configuration in codespaces.yml
This commit is contained in:
		
							parent
							
								
									1a6a2dbad0
								
							
						
					
					
						commit
						42cd265e86
					
				@ -1,11 +1,12 @@
 | 
			
		||||
services:
 | 
			
		||||
  windows:
 | 
			
		||||
    image: dockurr/windows
 | 
			
		||||
    container_name: windows
 | 
			
		||||
    image: ghcr.io/dockur/windows
 | 
			
		||||
    environment:
 | 
			
		||||
      RAM_SIZE: "half"
 | 
			
		||||
      DISK_SIZE: "max"
 | 
			
		||||
      CPU_CORES: "max"
 | 
			
		||||
      VERSION: "10"
 | 
			
		||||
      DISK_SIZE: "250G"
 | 
			
		||||
      USERNAME: "Heather"
 | 
			
		||||
      PASSWORD: "heather"
 | 
			
		||||
    devices:
 | 
			
		||||
      - /dev/kvm
 | 
			
		||||
      - /dev/net/tun
 | 
			
		||||
@ -17,5 +18,5 @@ services:
 | 
			
		||||
      - 3389:3389/udp
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./windows:/storage
 | 
			
		||||
    restart: on-failure
 | 
			
		||||
    restart: always
 | 
			
		||||
    stop_grace_period: 2m
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user