diff --git a/Binary Exploitation/And Revive The Arithmetic/src/start.sh b/Binary Exploitation/And Revive The Arithmetic/src/start.sh index 72a8abf..4e0f12c 100644 --- a/Binary Exploitation/And Revive The Arithmetic/src/start.sh +++ b/Binary Exploitation/And Revive The Arithmetic/src/start.sh @@ -1 +1 @@ -docker-compose down -v --rmi all; docker-compose up --build -d --force-recreate \ No newline at end of file +docker compose down -v --rmi all; docker compose up --build -d --force-recreate \ No newline at end of file diff --git a/Binary Exploitation/BeeChat/src/start.sh b/Binary Exploitation/BeeChat/src/start.sh index 5feb6db..0a277c1 100755 --- a/Binary Exploitation/BeeChat/src/start.sh +++ b/Binary Exploitation/BeeChat/src/start.sh @@ -1 +1 @@ -docker-compose down -v --rmi all; docker-compose up --build -d --force-recreate +docker compose down -v --rmi all; docker compose up --build -d --force-recreate diff --git a/Forensic/intothedarkworld/src/start.sh b/Forensic/intothedarkworld/src/start.sh index 5495641..24bbd05 100644 --- a/Forensic/intothedarkworld/src/start.sh +++ b/Forensic/intothedarkworld/src/start.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker-compose down -v --rmi all; docker-compose up --build -d --force-recreate \ No newline at end of file +docker compose down -v --rmi all; docker compose up --build -d --force-recreate \ No newline at end of file