Skip to content

Commit

Permalink
Remove user id
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Nov 8, 2023
1 parent 74b7be1 commit 84a43a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ action_run(){
local args=($(filter_out_spin_arguments "$@"))

# Run Docker Compose without dependencies. Ensure automations and S6 logging are disabled
$COMPOSE_CMD run --user $SPIN_USER_ID --remove-orphans --no-deps --rm \
$COMPOSE_CMD run --remove-orphans --no-deps --rm \
-e "S6_LOGGING=1" -e "LOG_LEVEL=off" \
"${args[@]}"
}

0 comments on commit 84a43a7

Please sign in to comment.