doc: Oracle docker-compose 添加用户信息注释
This commit is contained in:
parent
08e0ffb7e0
commit
fe0a342fe4
@ -51,5 +51,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- oracle:/u01/app/oracle/oradata
|
- oracle:/u01/app/oracle/oradata
|
||||||
- ../sql/easy_retry_oracle.sql:/tmp/schema.sql:ro
|
- ../sql/easy_retry_oracle.sql:/tmp/schema.sql:ro
|
||||||
|
# 创建app用户: root/root@//localhost/XEPDB1
|
||||||
- ./oracle/1_create_user.sql:/docker-entrypoint-initdb.d/1_create_user.sql:ro
|
- ./oracle/1_create_user.sql:/docker-entrypoint-initdb.d/1_create_user.sql:ro
|
||||||
- ./oracle/2_create_schema.sh:/docker-entrypoint-initdb.d/2_create_schema.sh:ro
|
- ./oracle/2_create_schema.sh:/docker-entrypoint-initdb.d/2_create_schema.sh:ro
|
||||||
|
Loading…
Reference in New Issue
Block a user