Commit 457f0fa9 authored by Cecylia Bocovich's avatar Cecylia Bocovich 💬
Browse files

Update docker compose file to pull from dockerhub

parent 1ed7be4f
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@

 services:
    snowflake-proxy:
        build:
            context: .
            network: host
        image: hashik/snowflake-proxy:latest
        network_mode: host
        image: thetorproject/snowflake-proxy:latest
        container_name: snowflake-proxy
        restart: unless-stopped