7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
# stop-app.sh
|
|
|
|
docker-compose stop
|
|
echo "Application services stopped. Persistent data remains intact."
|
|
|