【功能优化】db tools 增加 apple 芯片的 oracle 镜像使用

This commit is contained in:
YunaiV
2024-09-22 16:13:06 +08:00
parent 9a885639ae
commit 220c000d5c
2 changed files with 19 additions and 1 deletions

View File

@ -19,10 +19,14 @@ docker compose up -d mysql
#### 1.2 Oracle
```Bash
## x86 版本
docker compose up -d oracle
## MacBook Apple Silicon
docker compose up -d oracle_m1
```
暂不支持 MacBook Apple Silicon,因为 Oracle 官方没有提供 Apple Silicon 版本的 Docker 镜像。
> 注意:如果使用 MacBook Apple Silicon 版本,它的 ORACLE_SID 不是 XE而是 FREE
### 1.3 PostgreSQL