From aa976e44ccc93ff1d14a80c685e47b96fbd22ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20W=C3=A4=C3=A4n=C3=A4nen?= Date: Mon, 20 Feb 2023 22:07:24 +0200 Subject: [PATCH] Remove the localhost restriction. This will make this image usable in networked container solutions. --- build/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build.sh b/build/build.sh index 91f2772..deb5f29 100644 --- a/build/build.sh +++ b/build/build.sh @@ -8,6 +8,7 @@ VERSION=`cat VERSION` git clone https://github.com/ProtonMail/proton-bridge.git cd proton-bridge git checkout v$VERSION +sed -i 's/127.0.0.1/0.0.0.0/g' internal/constants/constants.go ARCH=$(uname -m) if [[ $ARCH == "armv7l" ]] ; then