mirror of
https://github.com/casjaysdevdocker/enclosed
synced 2025-09-18 15:57:41 -04:00
🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 23m26s
All checks were successful
release-tag / release-image (push) Successful in 23m26s
Dockerfile .env.scripts rootfs/usr/local/etc/docker/init.d/00-enclosed.sh rootfs/usr/local/share/template-files/config/env/default.sample
This commit is contained in:
@@ -76,7 +76,7 @@ DATABASE_SUBDIR="enclosed"
|
||||
DATABASE_DIR="$DATABASE_BASE_DIR/$DATABASE_SUBDIR"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Set webroot
|
||||
WWW_ROOT_DIR="/usr/share/httpd/default"
|
||||
WWW_ROOT_DIR="/usr/local/share/httpd/default"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Default predefined variables
|
||||
DATA_DIR="/data/enclosed" # set data directory
|
||||
|
@@ -14,7 +14,7 @@
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# directory settings
|
||||
#BACKUP_DIR="${BACKUP_DIR:-/data/backups}"
|
||||
#WWW_ROOT_DIR="${WWW_ROOT_DIR:-/usr/share/httpd/default}"
|
||||
#WWW_ROOT_DIR="${WWW_ROOT_DIR:-/usr/local/share/httpd/default}"
|
||||
#LOCAL_BIN_DIR="${LOCAL_BIN_DIR:-/usr/local/bin}"
|
||||
#DATABASE_BASE_DIR="${DATABASE_BASE_DIR:-/data/db}"
|
||||
#DEFAULT_DATA_DIR="${DEFAULT_DATA_DIR:-/usr/local/share/template-files/data}"
|
||||
|
Reference in New Issue
Block a user