Pre Merge pull request !498 from dhb52/dev

This commit is contained in:
dhb52 2024-03-16 06:56:23 +00:00 committed by Gitee
commit 5d1e1fbb36
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,20 +2,19 @@ version: '3'
services:
# 此镜像仅用于测试 正式环境需自行安装数据库
# SID: XE user: system password: oracle
oracle:
image: tekintian/oracle12c:latest
image: gvenzl/oracle-xe:18-slim-faststart
container_name: oracle
environment:
# 时区上海
TZ: Asia/Shanghai
DBCA_TOTAL_MEMORY: 16192
## 登录信息 SID: XE user: system password: oracle
ORACLE_PASSWORD: oracle
ports:
- "18080:8080"
- "1521:1521"
volumes:
# 数据挂载
- "/docker/oracle/data:/u01/app/oracle"
- "/docker/oracle/data:/u01/app/oracle/oradata
network_mode: "host"
# 此镜像仅用于测试 正式环境需自行安装数据库