ubuntu/run.sh
2024-09-09 16:55:31 +08:00

5 lines
102 B
Bash
Executable File

ip_addr=`wget -qO- ipinfo.io/ip`
IP_ADDR="$ip_addr" docker compose up -d --build
docker logs -f sing