Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active April 21, 2026 21:59
Show Gist options
  • Select an option

  • Save dewomser/fccbe895aa43f3c6f66330f5fedae423 to your computer and use it in GitHub Desktop.

Select an option

Save dewomser/fccbe895aa43f3c6f66330f5fedae423 to your computer and use it in GitHub Desktop.
Snowflake als dockerimage. Torprojekt unterstützen. Tor
services:
snowflake-proxy:
network_mode: host
image: containers.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake:latest
container_name: snowflake-proxy
restart: unless-stopped
# For a full list of Snowflake Proxy CLI parameters see
# https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/tree/main/proxy?ref_type=heads#running-a-standalone-snowflake-proxy
# command: [ "-ephemeral-ports-range", "30000:60000" ]
watchtower:
image: nickfedor/watchtower
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: snowflake-proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment