mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2024-11-22 08:03:29 +00:00
135d0ccea3
- fix: enable log mode - update: cli dev tools
11 lines
257 B
Batchfile
11 lines
257 B
Batchfile
@echo off
|
|
REM Clean Script for Windows
|
|
|
|
REM Stop and remove Docker containers and volumes
|
|
echo Stopping and removing the containers and volumes
|
|
docker-compose --profile dev down --volumes --remove-orphans
|
|
|
|
REM Done
|
|
echo Cleaned up the dev environment
|
|
pause
|