mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 11:47:03 -05:00
🔧 Update configuration files 🔧
All checks were successful
release-tag / release-image (push) Successful in 3m56s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user