This commit is contained in:
Brain🧠
2025-05-22 20:33:57 +03:00
parent c8ae2e4f91
commit dd662dfdd0
3 changed files with 337 additions and 0 deletions

5
update-ip.sh Executable file
View 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