Skip to content

Instantly share code, notes, and snippets.

@roelds
Created September 5, 2024 21:23
Show Gist options
  • Save roelds/ef1dd0d67d19641bbd2b6b297822fe29 to your computer and use it in GitHub Desktop.
Save roelds/ef1dd0d67d19641bbd2b6b297822fe29 to your computer and use it in GitHub Desktop.
Docker Daemon - Enable Logging
{
"log-driver": "json-file",
"log-opts": {
"max-size": "90m",
"max-file": "9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment