mirror of
				https://github.com/casjaysdevdocker/tor
				synced 2025-10-31 08:02:24 -04:00 
			
		
		
		
	🗃️ Update codebase 🗃️
rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/functions/entrypoint.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 rootfs/usr/local/etc/docker/init.d/09-unbound.sh rootfs/usr/local/etc/docker/init.d/98-privoxy.sh rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
		| @@ -84,7 +84,7 @@ SERVICE_UID="${SERVICE_UID:-0}" # set the user id | ||||
| SERVICE_GID="${SERVICE_GID:-0}" # set the group id | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| # User and group in which the service switches to - IE: nginx,apache,mysql,postgres | ||||
| SERVICE_USER="${SERVICE_USER:-$tor}"  # execute command as another user | ||||
| SERVICE_USER="${SERVICE_USER:-tor}"   # execute command as another user | ||||
| SERVICE_GROUP="${SERVICE_GROUP:-tor}" # Set the service group | ||||
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||||
| # Secondary ports | ||||
|   | ||||
		Reference in New Issue
	
	Block a user