You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `CONTAINER_EXEC_COMMAND` will only be execif docker compose service is running. If it is not runing `CONTAINER_EXEC_COMMAND_NOT_RUNNING` will be executed.
100
+
```bash
101
+
CONTAINER_EXEC_COMMAND_NOT_RUNNING="echo %COMPOSE %SERVICE is not running" docker-compose-exec
102
+
```
87
103
- You can set the maximum depth of the recursive search for Docker Compose files (default depth is 2).
0 commit comments