🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/tmp/etc/tor/hidden/
rootfs/tmp/etc/tor/torrc
rootfs/usr/local/etc/docker/init.d/tor.sh
This commit is contained in:
casjay
2025-01-06 12:22:22 -05:00
parent 42af54213f
commit b777e968e0
4 changed files with 43 additions and 13 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 8118 9053 9050 9080"
ARG EXPOSE_PORTS="80 8118 9040 9050 9053 9080"
ARG PHP_VERSION="system"
ARG NODE_VERSION="system"
ARG NODE_MANAGER="system"