mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:28:34 +01:00
add: docker daemon json (log size)
This commit is contained in:
5
roles/docker-deployments/templates/daemon.json
Normal file
5
roles/docker-deployments/templates/daemon.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"live-restore": true,
|
||||
"storage-driver": "overlay2",
|
||||
"log-opts": { "max-size": "10m" }
|
||||
}
|
||||
Reference in New Issue
Block a user