Added docker compose subcommands

This commit is contained in:
Kevin Veen-Birkenbach
2025-03-14 10:29:31 +01:00
parent fdd77052c3
commit 21143a2035

View File

@@ -48,11 +48,13 @@ PROXY_COMMANDS = {
], ],
"docker":[ "docker":[
"start", "start",
"stop" "stop",
], ],
"docker compose":[ "docker compose":[
"up", "up",
"down" "down",
"exec",
"ps"
] ]
} }