You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
187 B
YAML
11 lines
187 B
YAML
4 years ago
|
version: '3'
|
||
|
services:
|
||
|
tor:
|
||
|
container_name: tor
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile-torsocks
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- 127.0.0.1:9050:9050
|