From ecaff2bcdb904f39a313b32c40ee56161eb0190a Mon Sep 17 00:00:00 2001 From: knoflook Date: Thu, 10 Mar 2022 14:46:47 +0100 Subject: [PATCH] initial commit --- compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compose.yml 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