This commit is contained in:
2025-12-02 16:52:10 +01:00
parent 02b5d88d34
commit 5a5e776e8b
2 changed files with 13 additions and 10 deletions

View File

@@ -100,6 +100,7 @@ echo "Start containers with docker compose up -d? [y/N]"
read -r start_containers
if [[ "$start_containers" =~ ^[Yy]$ ]]; then
cd Docker
mkdir ../logs
docker compose up -d
echo "Containers started."
else