🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh
rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh
This commit is contained in:
casjay
2025-01-06 16:59:51 -05:00
parent 0ceecc424f
commit dcf975c3b2
3 changed files with 9 additions and 4 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 9040 9050 9053 9080"
ARG EXPOSE_PORTS="80 8118 9040 9050 9053 9080 58000-58004"
ARG PHP_VERSION="system"
ARG NODE_VERSION="system"
ARG NODE_MANAGER="system"