feat: update

This commit is contained in:
liuyx 2024-09-09 16:55:31 +08:00
parent 764565aeba
commit 0865786f61
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
# Docker Template
# Docker SingBox
> Docker Compose 模版文件
> 启动
```
# 初始化仓库
git submodule update --init --recursive --remote
./run.sh
```
```shell
.

2
run.sh
View File

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