Clarify cleanup filepath

Specify location to docker-compose directory relative to project root
This commit is contained in:
James Flowers 2025-10-16 02:50:28 -04:00 committed by GitHub
parent 2371189ab9
commit 8a2daeaf27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,9 @@ You can also access individual services:
Stop all services and optionally remove containers:
```bash
## Change to deployment directory
cd ./nvidia/txt2kg/assets/deploy/compose
## Stop services
docker compose down