Files
Archive/kepler/stop.sh

5 lines
83 B
Bash
Executable File

#!/bin/bash
echo "Stopping Kepler..."
docker compose down
echo "Services stopped."