We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6c3d9 commit 73cf5ccCopy full SHA for 73cf5cc
lib/actions/run.sh
@@ -6,6 +6,5 @@ action_run(){
6
7
# Run Docker Compose without dependencies. Ensure automations and S6 logging are disabled
8
$COMPOSE_CMD run --remove-orphans --no-deps --rm \
9
- -e "LOG_LEVEL=off" \
10
"${args[@]}"
11
}
0 commit comments