1
0
Fork 0

containerrc: Add support for timezone changing

Might be needed for some applications.

Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
Enno Tensing 2025-07-30 11:02:56 +02:00
parent 18bb31cb96
commit 0a46bba629
Signed by: tenno
GPG key ID: 95265603BD36E66C

View file

@ -39,6 +39,9 @@
"restart": { "restart": {
"type": "string" "type": "string"
}, },
"timezone": {
"type": "string"
},
"network": { "network": {
"type": "object", "type": "object",
"properties": { "properties": {