mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Update start_ocean.sh
This commit is contained in:
parent
b7459514a5
commit
2e976a9b51
@ -325,7 +325,7 @@ while :; do
|
|||||||
printf $COLOR_Y'Starting Ocean V4...\n\n'$COLOR_RESET
|
printf $COLOR_Y'Starting Ocean V4...\n\n'$COLOR_RESET
|
||||||
[ ${DEPLOY_CONTRACTS} = "true" ] && clean_local_contracts
|
[ ${DEPLOY_CONTRACTS} = "true" ] && clean_local_contracts
|
||||||
[ ${FORCEPULL} = "true" ] && eval docker-compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" pull
|
[ ${FORCEPULL} = "true" ] && eval docker-compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" pull
|
||||||
eval docker-compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" up --remove-orphans
|
eval docker compose "$DOCKER_COMPOSE_EXTRA_OPTS" --project-name=$PROJECT_NAME "$COMPOSE_FILES" up --remove-orphans
|
||||||
break
|
break
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user