Skip to content

Commit

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

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


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

0 comments on commit 1cba54d

Please sign in to comment.