We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac559b7 commit 48c11c6Copy full SHA for 48c11c6
1 file changed
HELP.md
@@ -8,8 +8,10 @@ Options:
8
--version Show the tool's version and exit
9
10
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")
+ CONTAINER_BASE_PATH Additional paths to search for Compose files, separated by ":"
+ 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
15
16
Examples:
17
docker-compose-exec
0 commit comments