Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 1f8c7f0

Browse files
committed
Change default timezone to UTC
1 parent 89bce6f commit 1f8c7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="lycheeorg"
77
ENV PUID='1000'
88
ENV PGID='1000'
99
ENV USER='lychee'
10-
ENV PHP_TZ=America/New_York
10+
ENV PHP_TZ=UTC
1111

1212
# Arguments
1313
# To use the latest Lychee release instead of master pass `--build-arg TARGET=release` to `docker build`

0 commit comments

Comments
 (0)