Skip to content

Commit

Permalink
Update docker compose command format
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Aug 29, 2024
1 parent c910010 commit 4ab473d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/clean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker-compose down --volumes
docker compose down --volumes
4 changes: 2 additions & 2 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ waitForGraphSync() {
}

restartLndkNodes() {
docker-compose restart lndk1
docker-compose restart lndk2
docker compose restart lndk1
docker compose restart lndk2

echo "LNDK nodes restarted successfully."
}
Expand Down

0 comments on commit 4ab473d

Please sign in to comment.