Modify container configuration in codespaces.yml

Updated disk size and added user credentials.
This commit is contained in:
Heather Morris 2025-10-30 11:15:37 -04:00 committed by GitHub
parent 168342d367
commit e8b1d234bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,10 @@ services:
image: ghcr.io/dockur/windows
environment:
RAM_SIZE: "half"
DISK_SIZE: "max"
DISK_SIZE: "256G"
CPU_CORES: "max"
USERNAME: "Heather"
PASSWORD: "heather"
devices:
- /dev/kvm
- /dev/net/tun