singb/run.sh

11 lines
131 B
Bash
Raw Permalink Normal View History

2024-09-02 18:41:58 +08:00
ip_addr=`wget -qO- ipinfo.io/ip`
2024-12-04 19:08:08 +08:00
NAME=`hostnamectl`
IP="$ip_addr"
PORT=40900
2024-09-02 18:46:44 +08:00
2024-12-04 19:08:08 +08:00
docker compose up -d --build
docker logs -f sing