timezone adjustment

This commit is contained in:
2024-01-03 17:26:33 -06:00
parent 18f05758d5
commit b590ecd4af

View File

@@ -89,6 +89,7 @@
ports = [ "42010:42010" ];
environment = {
TZ = "America/Mexico_City";
MALOJA_TIMEZONE = "-6";
PUID = "1000";
PGID = "100";
MALOJA_DATA_DIRECTORY = "/mljdata";