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

This commit is contained in:
j
2025-12-18 21:03:24 +13:00
parent 9cf6ab2305
commit b28e56eaba
3 changed files with 19 additions and 5 deletions

View File

@@ -16,3 +16,6 @@ HTTP_PORT=3080
PUID=1000
PGID=1000
TZ="Pacific/Auckland"
# Database configuration (sqlite requires no external database)
DB_TYPE="sqlite"