mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Fix container name mismatch in proxy_logging_guardrails job
The second container is created as my-app-3 but docker logs references my-app-2, causing the job to fail with "No such container".
This commit is contained in:
parent
f915b15e92
commit
460f517a71
1 changed files with 1 additions and 1 deletions
|
|
@ -2858,7 +2858,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Start outputting logs for second container
|
||||
command: docker logs -f my-app-2
|
||||
command: docker logs -f my-app-3
|
||||
background: true
|
||||
|
||||
- run:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue