From 13a68ff02a2ca6e55299cd0bd9bf5191334e5f41 Mon Sep 17 00:00:00 2001 From: Ringoshiro <137809157+Ringoshiroku@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:35:22 +0700 Subject: [PATCH 1/2] changed start.sh for multiple challs --- Binary Exploitation/BeeChat/src/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 4696b5e97ba8cb19e2d9374191713b205713ba98 Mon Sep 17 00:00:00 2001 From: Ringoshiro <137809157+Ringoshiroku@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:35:37 +0700 Subject: [PATCH 2/2] changed start.sh --- Binary Exploitation/And Revive The Arithmetic/src/start.sh | 2 +- Forensic/intothedarkworld/src/start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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