🔧 Update configuration files 🔧
All checks were successful
release-tag / release-image (push) Successful in 3m56s

Dockerfile
.env.scripts
rootfs/root/docker/setup/03-files.sh
rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh
rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh
rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
This commit is contained in:
casjay
2025-11-23 08:15:36 -05:00
parent 23efa59f82
commit fa00ad19b9
6 changed files with 5 additions and 2417 deletions

View File

@@ -59,7 +59,7 @@ ENV_DISTRO_TAG="${IMAGE_VERSION}"
# - - - - - - - - - - - - - - - - - - - - - - - - -
# Env
SERVICE_PORT="80"
EXPOSE_PORTS="8118 9050 9053 9080 9053/udp"
EXPOSE_PORTS="8118 9050 9053 9080 9053/udp 57000-57007"
# - - - - - - - - - - - - - - - - - - - - - - - - -
# Versions
PHP_VERSION="84"
@@ -73,7 +73,7 @@ DEFAULT_DATA_DIR="/usr/local/share/template-files/data"
DEFAULT_CONF_DIR="/usr/local/share/template-files/config"
DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults"
# - - - - - - - - - - - - - - - - - - - - - - - - -
ENV_PACKAGES='tor torsocks lyrebird privoxy unbound nginx php$PHP_VERSION'
ENV_PACKAGES='bc tor torsocks lyrebird privoxy unbound nginx php$PHP_VERSION'
# - - - - - - - - - - - - - - - - - - - - - - - - -
# ex: ts=2 sw=2 et filetype=sh
# - - - - - - - - - - - - - - - - - - - - - - - - -