docker-compose - Set CPU_CORES
This commit is contained in:
parent
2e28c6adee
commit
8feb0b8b87
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
DISK_SIZE: "16G"
|
DISK_SIZE: "16G"
|
||||||
RAM_SIZE: "512M"
|
RAM_SIZE: "512M"
|
||||||
|
CPU_CORES: "1"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
cap_add:
|
cap_add:
|
||||||
|
|
Loading…
Reference in a new issue