diff --git a/scripts/run_proxy.sh b/scripts/run_proxy.sh index a0a4a57..84ff6d9 100644 --- a/scripts/run_proxy.sh +++ b/scripts/run_proxy.sh @@ -7,4 +7,4 @@ export DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" : "${ETH_ENDPOINT?Need to set ETH_ENDPOINT}" cd $DIR/.. -docker-compose up --build -d \ No newline at end of file +docker compose up --build -d \ No newline at end of file