🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/etc/
rootfs/usr/local/etc/docker/init.d/php.sh
rootfs/usr/local/share/template-files/config/tor/torrc
This commit is contained in:
casjay
2025-01-06 10:28:45 -05:00
parent 9fe6a334c5
commit dc74f17f4f
3 changed files with 2 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ printf '%s\n' "# - - - Initializing $SERVICE_NAME - - - #"
START_SCRIPT="/usr/local/etc/docker/exec/$SERVICE_NAME"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Reset environment before executing service
RESET_ENV="no"
RESET_ENV="yes"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set webroot
WWW_ROOT_DIR="/data/htdocs/www"