Last active
January 12, 2022 05:50
-
-
Save AaronDewes/d339a76d003de1199b33c81ac26264b6 to your computer and use it in GitHub Desktop.
Tor snowflake on a Raspberry Pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
snowflake-proxy: | |
network_mode: host | |
image: ghcr.io/runcitadel/snowflake:main@sha256:bd32c544d6854f8e013e5b439dd72ad97817a9cb9175d968a6ccc453a7f47d99 | |
container_name: snowflake-proxy | |
restart: unless-stopped |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir ~/snowflake-proxy && cd ~/snowflake-proxy && wget https://gist.githubusercontent.com/AaronDewes/d339a76d003de1199b33c81ac26264b6/raw/e0a9dc829184057e9c4d46fd901fc66f77598b86/docker-compose.yml && sudo docker compose up -d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir ~/snowflake-proxy && cd ~/snowflake-proxy && wget https://gist.githubusercontent.com/AaronDewes/d339a76d003de1199b33c81ac26264b6/raw/e0a9dc829184057e9c4d46fd901fc66f77598b86/docker-compose.yml && sudo docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment