3e135041ac
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
133 B
Batchfile
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. |