10 lines
237 B
YAML
10 lines
237 B
YAML
version: "3.8"
|
|
services:
|
|
snowflake-proxy:
|
|
network_mode: host
|
|
image: thetorproject/snowflake-proxy
|
|
container_name: snowflake-proxy
|
|
restart: always
|
|
command: [ "-broker" , "https://snowflake-broker.torproject.net/" ]
|
|
|