Files
boilerplates/snowflakeproxy/docker-compose.yml
Danny Korpan 1b14bc7591 Initialer Push
2022-12-08 22:17:13 +01:00

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/" ]