new compose command

This commit is contained in:
Sebastian
2024-04-10 15:38:36 +02:00
parent 3def8cc77b
commit 90e66b78e6
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ sed -i '/command:/a \ \ - --init.prune=full' "$BASEPATH/arbitrum-fullnode.ym
echo "$(cat $BASEPATH/arbitrum-fullnode.yml)" echo "$(cat $BASEPATH/arbitrum-fullnode.yml)"
docker-compose --project-directory "$BASEPATH" up -d docker compose --project-directory "$BASEPATH" up -d
while true; do while true; do
# Execute SSH command and extract the answer # Execute SSH command and extract the answer

View File

@@ -14,7 +14,7 @@ sed -i '/command:/a \ \ - --init.prune=full' "$BASEPATH/$COMPOSE_NAME.yml"
echo "$(cat $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 while true; do
# Execute SSH command and extract the answer # Execute SSH command and extract the answer