docs: Update 2 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 49s

This commit is contained in:
j
2025-12-18 20:01:09 +13:00
parent 391f25996e
commit 9cf6ab2305
2 changed files with 3 additions and 3 deletions

View File

@@ -18,12 +18,12 @@ DATA_PATH - Host path for persistent storage (default: /home/dropshell/wik
HTTP_PORT - Web interface port (default: 3080) HTTP_PORT - Web interface port (default: 3080)
PUID - User ID for file permissions (default: 1000) PUID - User ID for file permissions (default: 1000)
PGID - Group 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 Ports
----- -----
3000 - Web interface (configurable via HTTP_PORT) 3080 - Web interface (configurable via HTTP_PORT)
Data Storage Data Storage
------------ ------------

View File

@@ -15,4 +15,4 @@ HTTP_PORT=3080
# LinuxServer.io environment variables # LinuxServer.io environment variables
PUID=1000 PUID=1000
PGID=1000 PGID=1000
TZ="Etc/UTC" TZ="Pacific/Auckland"