feat: Remove outdated documentation files and update SSL certificate paths in installer scripts

This commit is contained in:
2025-05-26 18:02:57 +02:00
parent b379cdf4c9
commit c2ea6c34ea
11 changed files with 2086 additions and 556 deletions

View File

@@ -23,7 +23,7 @@ done
# Execute docker compose
echo "Running docker compose..."
docker compose -f "docker/compose.yml" up -d
docker compose -f "compose.yml" up -d
# Check if the operation was successful
if [ $? -eq 0 ]; then