initial commit

This commit is contained in:
2025-11-11 00:44:08 -05:00
commit d6726283b6
3 changed files with 49 additions and 0 deletions

12
compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
tor_dev:
image: git.shadowvault.eu/zerostate/tor-dev:latest
container_name: tor-dev
ports:
- "127.0.0.1:9050:9050"
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
cap_add:
- NET_BIND_SERVICE