Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Created September 8, 2017 19:15
Show Gist options
  • Save nicosingh/03887197bbbfb9601d7b7d7dfea2d4e4 to your computer and use it in GitHub Desktop.
Save nicosingh/03887197bbbfb9601d7b7d7dfea2d4e4 to your computer and use it in GitHub Desktop.
version: "3"
services:
tor-router:
container_name: tor-router
image: jess/tor-router:latest
network_mode: host
onion:
image: jess/onion:latest
container_name: onion
network_mode: host
cap_add:
- NET_ADMIN
volumes:
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment