8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Docker logs size grows until fs is full. Enabling docker log rotation options on inventory during install to setup docker compose file Example:
docker_logging_options_max_file=10 docker_logging_options_max_size=100m
would avoid recreating containers after setup to enable logging options.