Skip to content

Commit

Permalink
Log formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-barry committed Nov 16, 2023
1 parent 1cba54d commit f782f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ ACCEPT_GIDS="${ACCEPT_GIDS:-$DEFAULT_ACCEPT_GIDS}"
PORT_MAPPING="${PORT_MAPPING:-$DEFAULT_PORT_MAPPING}"
ACCEPT_BLOCKS="${ACCEPT_BLOCKS:-$DEFAULT_ACCEPT_BLOCKS}"

echo "----->"
echo "ACCEPT_UIDS: $ACCEPT_UIDS"
echo "ACCEPT_GIDS: $ACCEPT_GIDS"
echo "PORT_MAPPING: $PORT_MAPPING"
echo "ACCEPT_BLOCKS: $ACCEPT_BLOCKS"

echo "<-----"

apply_rules() {
local TO_PORT="$1"
Expand Down

0 comments on commit f782f89

Please sign in to comment.