Set the Logging Level to at least INFO
By default, the Docker daemon is configured to have a base logging level of 'info', and if this is not the case: set the Docker daemon log level to 'info'.
When you set an appropriate log level, the Docker daemon is configured to log events that you can review later. A base log level of 'info' and above would capture all logs except the debug logs. Do not run the docker daemon at the 'debug' log level except when its required.
To configure the log level in docker-compose:
docker-compose --log-level info up