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:
parent
18bb31cb96
commit
0a46bba629
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
||||||
"restart": {
|
"restart": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"timezone": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue