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:
|
||||
DISK_SIZE: "16G"
|
||||
RAM_SIZE: "512M"
|
||||
CPU_CORES: "1"
|
||||
devices:
|
||||
- /dev/kvm
|
||||
cap_add:
|
||||
|
|
Loading…
Reference in a new issue