We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker container taking all disk space when running a times.
container log need config log-opt https://docs.docker.com/config/containers/logging/configure/#configure-the-default-logging-driver
log-opt
in all docker-compoese set the options max-size
version: '3' services: app: ... logging: driver: "json-file" options: max-size: "100m" max-file: "10"
The text was updated successfully, but these errors were encountered:
kidneyweakx
No branches or pull requests
What is the problem that you are trying to solve?
docker container taking all disk space when running a times.
新功能 Feature Request
container log need config
log-opt
https://docs.docker.com/config/containers/logging/configure/#configure-the-default-logging-driver可能的解法 Proposed Solution
in all docker-compoese set the options max-size
The text was updated successfully, but these errors were encountered: