Verified Commit 1ed7be4f authored by HashikD's avatar HashikD
Browse files

Made image use Host network in docker-compose

parent 92c2bb45
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@

 services:
    snowflake-proxy:
        build: .
        build:
            context: .
            network: host
        image: hashik/snowflake-proxy:latest
        container_name: snowflake-proxy