docs: Add 1 and update 13 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 49s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 49s
This commit is contained in:
@@ -8,6 +8,6 @@ REQUIRES_HOST_ROOT=false
|
||||
REQUIRES_DOCKER=true
|
||||
REQUIRES_DOCKER_ROOT=false
|
||||
|
||||
# Image settings
|
||||
# Image settings (used by docker-compose.yml)
|
||||
IMAGE_REGISTRY="lscr.io"
|
||||
IMAGE_REPO="linuxserver/wikijs"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# Service settings specific to this server
|
||||
# (can also override anything in the .template_info.env file in the template to make it specific to this server)
|
||||
CONTAINER_NAME=wikijs
|
||||
IMAGE_TAG="latest"
|
||||
|
||||
@@ -17,5 +16,7 @@ PUID=1000
|
||||
PGID=1000
|
||||
TZ="Pacific/Auckland"
|
||||
|
||||
# Database configuration (sqlite requires no external database)
|
||||
DB_TYPE="sqlite"
|
||||
# PostgreSQL database settings
|
||||
DB_NAME="wikijs"
|
||||
DB_USER="wikijs"
|
||||
DB_PASS="changeme"
|
||||
|
||||
Reference in New Issue
Block a user