Configuration written to $XDG_CONFIG_HOME/lazydocker/config.yml on Linux or on Darwin if is set, otherwise ~/Library/Application Support/jesseduffield/lazydocker/config.yml. See https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md for supported values.
Declarations
Type
YAML value
Default
{
commandTemplates = {
dockerCompose = "docker compose";
};
}
Example
{
gui.theme = {
activeBorderColor = ["red" "bold"];
inactiveBorderColor = ["blue"];
};
commandTemplates.dockerCompose = "docker compose compose -f docker-compose.yml";
}
Sign in to create a configuration using this setting.