Files
distribution_erp/stop-windows.bat
T
chpark 3e135041ac Initial commit: ILSHIN PLM 프로젝트 소스 코드
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 17:49:38 +09:00

7 lines
133 B
Batchfile

@echo off
echo Stopping PLM Windows...
docker-compose -f docker-compose.win.yml down --volumes --remove-orphans
echo PLM stopped.