Skip to content

Commit

Permalink
docker MMX_NETWORK override
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Feb 10, 2025
1 parent f724ba3 commit 94d514d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ source ./activate.sh

config_path="${MMX_HOME}config/local/"

if [ "${MMX_NETWORK}" ]; then
echo "${MMX_NETWORK}" > "${MMX_HOME}NETWORK"
fi

if [[ "${MMX_ALLOW_REMOTE}" == "true" ]]; then
echo true > "${config_path}allow_remote" && echo "*** Remote Access Enabled ***"
elif [[ "${MMX_ALLOW_REMOTE}" == "false" ]]; then
Expand Down

0 comments on commit 94d514d

Please sign in to comment.