Skip to content

Commit

Permalink
ACS-8262: Fixing D-C stop script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpichura committed Jun 27, 2024
1 parent 0cc5e1a commit d64bbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/stop-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ docker-compose ps
# logs for debug
docker-compose logs --no-color -t alfresco live-ingester transform-router transform-core-aio
docker-compose -f "$(basename "${DOCKER_COMPOSE_PATH}")" down
docker system prune
docker volume prune
docker system prune -f
docker volume prune -f

0 comments on commit d64bbdd

Please sign in to comment.