diff --git a/wikijs/README.txt b/wikijs/README.txt index e91fc21..092ce7a 100644 --- a/wikijs/README.txt +++ b/wikijs/README.txt @@ -18,12 +18,12 @@ DATA_PATH - Host path for persistent storage (default: /home/dropshell/wik HTTP_PORT - Web interface port (default: 3080) PUID - User ID for file permissions (default: 1000) PGID - Group ID for file permissions (default: 1000) -TZ - Timezone (default: Etc/UTC) +TZ - Timezone (default: Pacific/Auckland) Ports ----- -3000 - Web interface (configurable via HTTP_PORT) +3080 - Web interface (configurable via HTTP_PORT) Data Storage ------------ diff --git a/wikijs/config/service.env b/wikijs/config/service.env index be94d4e..9a1edfc 100644 --- a/wikijs/config/service.env +++ b/wikijs/config/service.env @@ -15,4 +15,4 @@ HTTP_PORT=3080 # LinuxServer.io environment variables PUID=1000 PGID=1000 -TZ="Etc/UTC" +TZ="Pacific/Auckland"