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
It's my mistake the docker compose commands.
I should also add --project-name or -p with docker compose logs, docker compose ps, etc after using docker compose -p dev up -d.
Description
docker compose logs
can't show any logs, butdocker logs
works.Try to print
--verbose
or debug mode showing below info, not sure it is relative.Version
Operating System
Output of
colima status
Reproduction Steps
docker compose -p dev up -d
docker compose --verbose logs -f container_name
Expected behaviour
docker compose logs
should print logs.Additional context
No response
The text was updated successfully, but these errors were encountered: