zkt25/stop-app.sh

7 lines
117 B
Bash
Executable File

#!/bin/bash
# stop-app.sh
docker-compose stop
echo "Application services stopped. Persistent data remains intact."