mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:15:04 +02:00
11 lines
166 B
YAML
11 lines
166 B
YAML
tor:
|
|
image: vimagick/tor
|
|
ports:
|
|
- "9001:9001"
|
|
- "9030:9030"
|
|
- "9050:9050"
|
|
- "9051:9051"
|
|
volumes:
|
|
- ./torrc:/etc/tor/torrc
|
|
restart: always
|