🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/etc/tor/torrc
rootfs/.gitkeep
rootfs/root/
rootfs/tmp/
rootfs/usr/local/bin/pkmgr
rootfs/usr/local/etc/docker/init.d/privoxy.sh
This commit is contained in:
casjay
2025-01-06 11:33:06 -05:00
parent 4aa79e6a94
commit a467f83e97
14 changed files with 1202 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ ARG USER="root"
ARG SHELL_OPTS="set -e -o pipefail"
ARG SERVICE_PORT="80"
ARG EXPOSE_PORTS="80 9053 9050 9080"
ARG EXPOSE_PORTS="80 8118 9053 9050 9080"
ARG PHP_VERSION="system"
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 php"
ARG PACK_LIST="tor torsocks privoxy php socat"
ENV ENV=~/.profile
ENV SHELL="/bin/sh"