mirror of
https://github.com/logos-messaging/go-waku-compose.git
synced 2026-01-02 13:03:08 +00:00
fix: install wget to derive public IP automatically
This commit is contained in:
parent
31c2494c30
commit
8f0582085a
@ -7,6 +7,8 @@ if [ -z "${ETH_CLIENT_ADDRESS}" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
apt install -y wget
|
||||
|
||||
MY_EXT_IP=$(wget -qO- https://api4.ipify.org)
|
||||
DNS_WSS_CMD=
|
||||
|
||||
@ -83,6 +85,7 @@ exec /usr/bin/waku\
|
||||
--metrics-server-port=8003\
|
||||
--metrics-server-address=0.0.0.0\
|
||||
--rest=true\
|
||||
--rest-admin=false\
|
||||
--rest-address=0.0.0.0\
|
||||
--rest-port=8645\
|
||||
--nat=extip:"${MY_EXT_IP}"\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user