mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-02-23 00:36:48 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/etc/ rootfs/usr/local/etc/docker/init.d/php.sh rootfs/usr/local/share/template-files/config/tor/torrc
This commit is contained in:
parent
9fe6a334c5
commit
dc74f17f4f
@ -1,4 +1,3 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
# Docker image for tor using the alpine template
|
||||
ARG IMAGE_NAME="tor"
|
||||
ARG PHP_SERVER="tor"
|
||||
|
@ -6,7 +6,7 @@ CookieAuthFileGroupReadable 1
|
||||
HashedControlPassword 16:C30604D1D90F341360A14D9A1048C1DF4A3CA2411444E52EE5B954C01F
|
||||
|
||||
##### directiories and files
|
||||
DataDirectory /data/tordd
|
||||
DataDirectory /data/tor
|
||||
ControlSocket /run/tor/control.sock
|
||||
CookieAuthFile /run/tor/control.authcookie
|
||||
##### logging
|
@ -59,7 +59,7 @@ printf '%s\n' "# - - - Initializing $SERVICE_NAME - - - #"
|
||||
START_SCRIPT="/usr/local/etc/docker/exec/$SERVICE_NAME"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Reset environment before executing service
|
||||
RESET_ENV="no"
|
||||
RESET_ENV="yes"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Set webroot
|
||||
WWW_ROOT_DIR="/data/htdocs/www"
|
||||
|
Loading…
x
Reference in New Issue
Block a user