Standalone Snowflake Proxy


Rene Matter

Recommended Posts

  • 8 months later...

Hey, 

ich habe meinen Snowflake Proxy als docker-compose in Portainer laufen.

Auf der Website habe ich einen schönen docker-compose Code gefunden, der auch übersichtlich in den Logs anzeigt, was gerade passiert.

Code:

 

version: "3.8"

services:
    snowflake-proxy:
        image: thetorproject/snowflake-proxy:latest
        network_mode: host
        container_name: snowflake-proxy
        pull_policy: always
        restart: unless-stopped
        command: ["-verbose", "-unsafe-logging", "-summary-interval", "1m"]

LG

AllesFuerAlle

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.