Skip to content

Commit eedc751

Browse files
authored
Update README.md
1 parent c4cb850 commit eedc751

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ http://127.0.0.1:30382
9090
默认密码:LazyCraft@2025
9191
```
9292

93+
### 4. 注意事项
94+
95+
如果在mac下docker compose命令找不到,则可以尝试通过`brew install --cask docker`安装docker
96+
或者通过`brew install docker-compose`,此时要把 `docker compose up -d` 替换为 `docker-compose up -d`
97+
98+
在docker启动后,可以通过 `docker ps`命令观察启动状态,找到对应的IP
99+
93100
## 四、自定义构建镜像
94101

95102
> 注意:以下操作均在 Linux 环境下进行

0 commit comments

Comments
 (0)