Fix mariadb envi variable for TZ

This commit is contained in:
Rescla
2026-04-13 14:14:32 +02:00
parent 535ce03d92
commit 9adfd92e82
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ resource "docker_container" "mariadb" {
}
env = [
"MARIADB_AUTO_UPGRADE=true"
"MARIADB_AUTO_UPGRADE=true",
"TZ=Europe/Amsterdam"
]
restart = "always"