cleanup repo

This commit is contained in:
L4RM4ND
2023-02-23 22:33:13 +01:00
parent 4e9a51c207
commit 153ba415ba
182 changed files with 84 additions and 84 deletions

View File

@@ -0,0 +1,3 @@
# References
- https://hub.docker.com/r/domistyle/tor-browser

View File

@@ -0,0 +1,14 @@
services:
torbrowser:
image: domistyle/tor-browser:latest
restart: unless-stopped
ports:
- 5800:5800 # Provides a web interface to access the Tor browser
#- 5900:5900 # Provides direct access to the VNC server; optional
environment:
#- DISPLAY_WIDTH=1280 # default; optional
#- DISPLAY_HEIGHT=768 # default; optional
#- KEEP_APP_RUNNING=0 # default; optional
- TZ=Europe/Berlin
#volumes:
# - /mnt/docker-volumes/torbrowser/data:/app/Browser/TorBrowser/Data/Tor # optional, just to speed up container recreation