mirror of
https://github.com/dockur/windows.git
synced 2025-11-04 14:16:26 +00:00
Change DISK_SIZE from 'max' to '250G'
This commit is contained in:
parent
1a6a2dbad0
commit
c0bad3b189
@ -4,7 +4,7 @@ services:
|
|||||||
image: ghcr.io/dockur/windows
|
image: ghcr.io/dockur/windows
|
||||||
environment:
|
environment:
|
||||||
RAM_SIZE: "half"
|
RAM_SIZE: "half"
|
||||||
DISK_SIZE: "max"
|
DISK_SIZE: "250G"
|
||||||
CPU_CORES: "max"
|
CPU_CORES: "max"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user