Skip to content

Commit

Permalink
Merge pull request #79 from skalenetwork/update-compose-cmd
Browse files Browse the repository at this point in the history
Update compose cmd
  • Loading branch information
Ivan authored Dec 10, 2024
2 parents fb68808 + 11b7eb4 commit 3647cdb
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 @@ -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
docker compose up --build -d

0 comments on commit 3647cdb

Please sign in to comment.