You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tor/docker-compose.yml

19 lines
547 B

8 years ago
version: '2'
services:
tor:
image: andrey01/tor:7.5.6
8 years ago
network_mode: bridge
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:ro
- $XDG_RUNTIME_DIR/pulse:/run/user/1000/pulse:ro
6 years ago
- $HOME/Downloads:/home/user/tor-browser_en-US/Browser/Downloads
8 years ago
environment:
- DISPLAY=unix$DISPLAY
- PULSE_SERVER=unix:$XDG_RUNTIME_DIR/pulse/native
7 years ago
cap_add:
- IPC_LOCK # lock memory to prevent sensitive values from being swapped to disk.
# Turns off anonymous page swapping
mem_swappiness: 0
shm_size: 4G