feat: add tzdata package to make nextcloud run on local timezon

This commit is contained in:
coolnsx
2025-10-03 20:13:16 +05:30
parent 9c484f553f
commit 1775b24793

View File

@@ -11,6 +11,9 @@ set -eu
# so that your nextcloud can run or update properly. # # so that your nextcloud can run or update properly. #
################################################################# #################################################################
# fix nextcloud not setting Local Time zone
apk add --no-cache tzdata
# default to UID=1000 if not set # default to UID=1000 if not set
TARGET_UID="${PUID:-1000}" TARGET_UID="${PUID:-1000}"