21 lines
286 B
TOML
21 lines
286 B
TOML
[general]
|
|
id = "xcjvlfbe"
|
|
|
|
[features]
|
|
podman = false
|
|
|
|
[persistence]
|
|
shared_paths = []
|
|
private_paths = []
|
|
|
|
[podman]
|
|
create_args = ["--cap-drop=ALL", "--cap-add=NET_BIND_SERVICE", "--security-opt", "no-new-privileges"]
|
|
|
|
[network]
|
|
ports = []
|
|
|
|
[limits]
|
|
cpus = 0
|
|
memory = 0
|
|
processes = 1024
|