diff --git a/nextcloud/nextcloud-entrypoint.sh b/nextcloud/nextcloud-entrypoint.sh index 064212c..c586263 100755 --- a/nextcloud/nextcloud-entrypoint.sh +++ b/nextcloud/nextcloud-entrypoint.sh @@ -11,6 +11,9 @@ set -eu # 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 TARGET_UID="${PUID:-1000}"