TP5: Move start.bat and stop.bat to scripts/ folder - Update documentation

This commit is contained in:
Rassaby Ludovic
2025-10-15 10:21:19 +04:00
parent b821b45904
commit a6c51b7e72
4 changed files with 8 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
@echo off
echo ========================================
echo Arret de Dockezr
echo ========================================
echo.
docker-compose down
echo.
echo Services arretes avec succes !
echo.
pause