commit ecaff2bcdb904f39a313b32c40ee56161eb0190a Author: knoflook Date: Thu Mar 10 14:46:47 2022 +0100 initial commit diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..7fb5675 --- /dev/null +++ b/compose.yml @@ -0,0 +1,7 @@ +version: "3.8" +services: + snowflake-proxy: + network_mode: host + image: thetorproject/snowflake-proxy:latest + container_name: snowflake-proxy + restart: unless-stopped