Created
September 8, 2017 19:15
-
-
Save nicosingh/03887197bbbfb9601d7b7d7dfea2d4e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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