Skip to content

Commit

Permalink
Remove network-ui submodule, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Feb 5, 2024
1 parent e70e90d commit f103985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
export DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

: "${ENDPOINT?Need to set ENDPOINT}"
: "${MANAGER_TAG?Need to set MANAGER_TAG}"
: "${SERVER_NAME?Need to set SERVER_NAME}"

cd $DIR/..
docker-compose up --build -d

0 comments on commit f103985

Please sign in to comment.