mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
feat: add tzdata package to make nextcloud run on local timezon
This commit is contained in:
@@ -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}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user