Skip to content

Commit 084a9b6

Browse files
committed
Update README.md
1 parent 36c5f38 commit 084a9b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ Login by SSH
4444
ssh root@localhost -p 49160
4545
password: admin
4646
```
47+
48+
Support custom DB Initialization
49+
```
50+
# Dockerfile
51+
FROM wnameless/oracle-xe-11g
52+
53+
ADD init.sql /docker-entrypoint-initdb.d/
54+
```

0 commit comments

Comments
 (0)