Set formula10 tz
This commit is contained in:
@ -18,7 +18,9 @@
|
|||||||
"formula10_data:/app/instance"
|
"formula10_data:/app/instance"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment = {};
|
environment = {
|
||||||
|
TZ = "Europe/Berlin";
|
||||||
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--init" # Make an init process take up PID 1, to make python receive the SIGTERM
|
"--init" # Make an init process take up PID 1, to make python receive the SIGTERM
|
||||||
|
|||||||
Reference in New Issue
Block a user