update
This commit is contained in:
parent
7086ae3b18
commit
000662b5bd
@ -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
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# 检查 jq 是否安装
|
# 检查 jq 是否安装
|
||||||
if ! command -v jq &> /dev/null; then
|
if ! command -v jq &> /dev/null; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user