File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ Options:
88 --version Show the tool's version and exit
99
1010Environment 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
1416Examples:
1517 docker-compose-exec
You can’t perform that action at this time.
0 commit comments