Better README.MD + clean up entrypoint.sh
This commit is contained in:
@@ -4,14 +4,7 @@ set -e
|
||||
CYAN="\033[1;36m"
|
||||
NC="\033[0m"
|
||||
|
||||
TARGET_HOST=${TARGET_HOST}
|
||||
TARGET_PORT=${TARGET_PORT}
|
||||
UNIX_SOCKET_NAME=${UNIX_SOCKET_NAME}
|
||||
UNIX_SOCKET_PATH=${UNIX_SOCKET_PATH}
|
||||
HOST_SOCKET_PATH=${HOST_SOCKET_PATH}
|
||||
DEBUG_LEVEL=${DEBUG_LEVEL:-1} # Default to basic logging
|
||||
|
||||
# Remove trailing slashes to avoid double slashes
|
||||
DEBUG_LEVEL=${DEBUG_LEVEL:-1}
|
||||
UNIX_SOCKET_PATH=${UNIX_SOCKET_PATH%/}
|
||||
HOST_SOCKET_PATH=${HOST_SOCKET_PATH%/}
|
||||
|
||||
|
Reference in New Issue
Block a user