mirror of
https://github.com/dockur/windows.git
synced 2025-11-04 14:16:26 +00:00
Modify container configuration in codespaces.yml
Updated disk size and added user credentials.
This commit is contained in:
parent
168342d367
commit
e8b1d234bf
@ -4,8 +4,10 @@ services:
|
|||||||
image: ghcr.io/dockur/windows
|
image: ghcr.io/dockur/windows
|
||||||
environment:
|
environment:
|
||||||
RAM_SIZE: "half"
|
RAM_SIZE: "half"
|
||||||
DISK_SIZE: "max"
|
DISK_SIZE: "256G"
|
||||||
CPU_CORES: "max"
|
CPU_CORES: "max"
|
||||||
|
USERNAME: "Heather"
|
||||||
|
PASSWORD: "heather"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
- /dev/net/tun
|
- /dev/net/tun
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user