Fix mariadb envi variable for TZ
This commit is contained in:
@@ -21,7 +21,8 @@ resource "docker_container" "mariadb" {
|
||||
}
|
||||
|
||||
env = [
|
||||
"MARIADB_AUTO_UPGRADE=true"
|
||||
"MARIADB_AUTO_UPGRADE=true",
|
||||
"TZ=Europe/Amsterdam"
|
||||
]
|
||||
|
||||
restart = "always"
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user