Skip to content

Commit 48c11c6

Browse files
committed
fix: help.md
1 parent ac559b7 commit 48c11c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

HELP.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Options:
88
--version Show the tool's version and exit
99

1010
Environment Variables:
11-
CONTAINER_BASE_PATH Additional paths to search for Compose files, separated by ":"
12-
CONTAINER_EXEC_COMMAND Default command template for execution (e.g., "docker compose -f %COMPOSE exec %SERVICE /bin/bash")
11+
CONTAINER_BASE_PATH Additional paths to search for Compose files, separated by ":"
12+
CONTAINER_BASE_PATH_MAX_DEPTH Compose file max search depth (Default: 2)
13+
CONTAINER_EXEC_COMMAND Default command template for execution (e.g., "docker compose -f %COMPOSE exec %SERVICE /bin/bash")
14+
CONTAINER_EXEC_COMMAND_NOT_RUNNING Command template for execution if docker container is not running
1315

1416
Examples:
1517
docker-compose-exec

0 commit comments

Comments
 (0)