mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
12 lines
151 B
JSON
12 lines
151 B
JSON
{
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "100m",
|
|
"max-file": "5"
|
|
},
|
|
"features": {
|
|
"buildkit": true
|
|
},
|
|
"live-restore": true
|
|
}
|