Add docker-compose file
This commit is contained in:
parent
fd567ab3f5
commit
a2347478f5
1 changed files with 10 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
tor-socks-proxy:
|
||||
container_name: tor-socks-proxy
|
||||
image: peterdavehello/tor-socks-proxy:latest
|
||||
ports:
|
||||
- "127.0.0.1:9150:9150"
|
||||
restart: unless-stopped
|
Loading…
Reference in a new issue