Skip to content

Commit

Permalink
Better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Dec 6, 2024
1 parent 7f55bac commit f71938a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/app-stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ bin_path=/usr/bin
docker_path=$home_path/.docker/cli-plugins

cd $home_path/snx-api

echo "docker-compose down"
$docker_path/docker-compose down

echo "docker system prune --all --volumes --force"
$bin_path/docker system prune --all --volumes --force

0 comments on commit f71938a

Please sign in to comment.