mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 10:13:28 +08:00
Pre Merge pull request !498 from dhb52/dev
This commit is contained in:
commit
5d1e1fbb36
@ -2,20 +2,19 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
# 此镜像仅用于测试 正式环境需自行安装数据库
|
# 此镜像仅用于测试 正式环境需自行安装数据库
|
||||||
# SID: XE user: system password: oracle
|
|
||||||
oracle:
|
oracle:
|
||||||
image: tekintian/oracle12c:latest
|
image: gvenzl/oracle-xe:18-slim-faststart
|
||||||
container_name: oracle
|
container_name: oracle
|
||||||
environment:
|
environment:
|
||||||
# 时区上海
|
# 时区上海
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
DBCA_TOTAL_MEMORY: 16192
|
## 登录信息 SID: XE user: system password: oracle
|
||||||
|
ORACLE_PASSWORD: oracle
|
||||||
ports:
|
ports:
|
||||||
- "18080:8080"
|
|
||||||
- "1521:1521"
|
- "1521:1521"
|
||||||
volumes:
|
volumes:
|
||||||
# 数据挂载
|
# 数据挂载
|
||||||
- "/docker/oracle/data:/u01/app/oracle"
|
- "/docker/oracle/data:/u01/app/oracle/oradata
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
|
|
||||||
# 此镜像仅用于测试 正式环境需自行安装数据库
|
# 此镜像仅用于测试 正式环境需自行安装数据库
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user