mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +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
|
||
|
|
}
|