new compose command
This commit is contained in:
@@ -12,7 +12,7 @@ sed -i '/command:/a \ \ - --init.prune=full' "$BASEPATH/arbitrum-fullnode.ym
|
||||
|
||||
echo "$(cat $BASEPATH/arbitrum-fullnode.yml)"
|
||||
|
||||
docker-compose --project-directory "$BASEPATH" up -d
|
||||
docker compose --project-directory "$BASEPATH" up -d
|
||||
|
||||
while true; do
|
||||
# Execute SSH command and extract the answer
|
||||
|
||||
@@ -14,7 +14,7 @@ sed -i '/command:/a \ \ - --init.prune=full' "$BASEPATH/$COMPOSE_NAME.yml"
|
||||
|
||||
echo "$(cat $BASEPATH/$COMPOSE_NAME.yml)"
|
||||
|
||||
docker-compose --project-directory "$BASEPATH" up -d
|
||||
docker compose --project-directory "$BASEPATH" up -d
|
||||
|
||||
while true; do
|
||||
# Execute SSH command and extract the answer
|
||||
|
||||
Reference in New Issue
Block a user