mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-03-26 17:58:12 -04:00
11 lines
187 B
YAML
11 lines
187 B
YAML
version: '3'
|
|
services:
|
|
tor:
|
|
container_name: tor
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile-torsocks
|
|
restart: unless-stopped
|
|
ports:
|
|
- 127.0.0.1:9050:9050
|