You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use docker logs instead of docker compose logs (#44)
* fix: Use docker logs instead of docker compose logs
docker compose logs couldn't find containers because the base
compose.yml only defines a template service with profiles: ["_template"].
The actual services live in process-specific compose files (compose.web.yml
etc). Using docker logs directly with the container name is simpler and
works correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fmt
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments