Skip to content

Commit 965b048

Browse files
authored
Merge pull request SensorsIot#741 from Noschvie/patch-1
Update timezone configuration for mariadb
2 parents 8912377 + 5d623b2 commit 965b048

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.templates/mariadb/service.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mariadb:
22
build: ./.templates/mariadb/.
33
container_name: mariadb
44
environment:
5-
- TZ=Etc/UTC
5+
- TZ=${TZ:-Etc/UTC}
66
- PUID=1000
77
- PGID=1000
88
- MYSQL_ROOT_PASSWORD=%randomAdminPassword%
@@ -15,4 +15,3 @@ mariadb:
1515
ports:
1616
- "3306:3306"
1717
restart: unless-stopped
18-

0 commit comments

Comments
 (0)