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
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
Add support for more flags/options for the logs command, and set the same behaviour as the compose one :
Added --follow, --timestamp, and --tail flags to the
docker-compose logs command.
docker-compose logs now shows logs for new containers that are created
after it starts.
docker-compose logs no longer follows log output by default. It now
matches the behaviour of docker logs and exits after the current logs
are printed. Use -f to get the old default behaviour.
The text was updated successfully, but these errors were encountered:
Add support for more flags/options for the
logs
command, and set the same behaviour as the compose one :The text was updated successfully, but these errors were encountered: