linuxdocker-komponensekupdate #11

Merged
Walke merged 2 commits from linuxdocker-komponensekupdate into main 2025-05-22 10:27:18 +02:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit c4b86143bf - Show all commits
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
cd ./SerpentRace_Docker || exit 1
docker compose watch
read -p "Press any key to continue..."
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
cd ./SerpentRace_Docker || exit 1
docker compose stop
read -p "Press any key to continue..."