Skip to content

Commit 774aba5

Browse files
committed
misc: set ddefault timezone to UTC
1 parent 3c3fc19 commit 774aba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ HTTP_PORT=8000
4040
HTTPS_PORT=8443
4141

4242
# System time zone
43-
TZ=Europe/Amsterdam
43+
TZ=UTC
4444

4545
# Public URL for the web service
4646
#PUBLIC_URL=https://meet.example.com
4747

48-
# IP address of the Docker host
48+
# IP address of the Docker host
4949
# See the "Running behind NAT or on a LAN environment" section in the README
5050
#DOCKER_HOST_ADDRESS=192.168.1.1
5151

0 commit comments

Comments
 (0)