Skip to content

Commit

Permalink
Update Docker container names in clean-deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Jun 23, 2024
1 parent de362d4 commit 5af5416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clean-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ echo "Waiting 5 seconds"
sleep 5

echo "Docker Logs MinIO"
docker logs --tail 20 minio
docker logs --tail 20 minio_1

echo "Waiting 5 seconds"
sleep 5

echo "Docker Logs Weaviate"
docker logs --tail 20 weaviate
docker logs --tail 20 weaviate_1

echo "Waiting 5 seconds"
sleep 5

echo "Docker Logs Python-App"
docker logs --tail 20 python-app
docker logs --tail 20 python-app_1

0 comments on commit 5af5416

Please sign in to comment.