Compose-Examples/examples/tor-browser/docker-compose.yml

15 lines
600 B
YAML

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:
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/torbrowser/data:/app/Browser/TorBrowser/Data/Tor # optional, just to speed up container recreation