15 lines
214 B
YAML
15 lines
214 B
YAML
services:
|
|
tor:
|
|
image: dperson/torproxy
|
|
restart: unless-stopped
|
|
environment:
|
|
- USERID=1000
|
|
- GROUPID=1000
|
|
ports:
|
|
- 8118:8118
|
|
- 9050:9050
|
|
|
|
networks:
|
|
default:
|
|
name: tor
|