Skip to content

Commit

Permalink
Cannot remove without force
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Dec 6, 2024
1 parent 4edbf4e commit 98c19a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
api:
container_name: api
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

x-logging: &default-logging
driver: awslogs
options:
Expand Down
2 changes: 1 addition & 1 deletion scripts/app-stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ bin_path=/usr/bin
docker_path=$home_path/.docker/cli-plugins

cd $home_path/snx-api &&
$docker_path/docker-compose down --volumes --rmi all &&
$docker_path/docker-compose down --volumes &&
$bin_path/docker system prune --all --volumes --force

0 comments on commit 98c19a9

Please sign in to comment.