home
This commit is contained in:
5
update-ip.sh
Executable file
5
update-ip.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /root/rpc
|
||||
sed -i.bak "s/IP=.*/IP=$(curl ipinfo.io/ip)/g" .env
|
||||
docker compose up -d
|
||||
Reference in New Issue
Block a user