mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
cpu/mem limits on php container
This commit is contained in:
parent
f582e67723
commit
f2fe744890
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ impl PhpVersion {
|
|||
network_mode: Some(network.to_string()),
|
||||
binds: Some(volumes),
|
||||
extra_hosts: Some(vec![format!("hazehost:{}", host)]),
|
||||
memory: Some(512 * 1024 * 1024),
|
||||
nano_cpus: Some(2_000_000_000),
|
||||
..Default::default()
|
||||
}),
|
||||
networking_config: Some(NetworkingConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue