mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Remove the localhost restriction.
This will make this image usable in networked container solutions.
This commit is contained in:
parent
dc8590849b
commit
aa976e44cc
@ -8,6 +8,7 @@ VERSION=`cat VERSION`
|
|||||||
git clone https://github.com/ProtonMail/proton-bridge.git
|
git clone https://github.com/ProtonMail/proton-bridge.git
|
||||||
cd proton-bridge
|
cd proton-bridge
|
||||||
git checkout v$VERSION
|
git checkout v$VERSION
|
||||||
|
sed -i 's/127.0.0.1/0.0.0.0/g' internal/constants/constants.go
|
||||||
|
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
if [[ $ARCH == "armv7l" ]] ; then
|
if [[ $ARCH == "armv7l" ]] ; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user