🔧 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

@@ -15,7 +15,7 @@ ARG USER="root"
ARG SHELL_OPTS="set -e -o pipefail"
ARG SERVICE_PORT="80"
ARG EXPOSE_PORTS="8118 9050 9053 9080 9053/udp"
ARG EXPOSE_PORTS="8118 9050 9053 9080 9053/udp 57000-57007"
ARG PHP_VERSION="84"
ARG NODE_VERSION="system"
ARG NODE_MANAGER="system"
@@ -54,7 +54,7 @@ ARG PHP_SERVER
ARG SHELL_OPTS
ARG PATH
ARG PACK_LIST="tor torsocks lyrebird privoxy unbound nginx php$PHP_VERSION "
ARG PACK_LIST="bc tor torsocks lyrebird privoxy unbound nginx php$PHP_VERSION "
ENV ENV=~/.profile
ENV SHELL="/bin/sh"