This commit is contained in:
vincent 2024-05-01 07:48:50 +08:00
parent 7086ae3b18
commit 000662b5bd
2 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,11 @@ docker-compose up -d
docker-compose down docker-compose down
``` ```
更新镜像
```
bash ./bin/update_docker_images.sh
```
## 修改端口 ## 修改端口
修改conf/config.json 修改conf/config.json
```json ```json

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# 检查 jq 是否安装 # 检查 jq 是否安装
if ! command -v jq &> /dev/null; then if ! command -v jq &> /dev/null; then