Skip to content

Commit 3eff7b8

Browse files
authored
Update README.md
1 parent feadff2 commit 3eff7b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Run this, if you want the database to be connected remotely:
2525
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
2626
```
2727

28+
By default, the passeord verification is disable(password never expired). If you want it back, run this:
29+
```
30+
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_PASSWORD_VERIFY=true wnameless/oracle-xe-11g
31+
```
32+
2833
Connect database with following setting:
2934
```
3035
hostname: localhost
@@ -52,3 +57,4 @@ FROM wnameless/oracle-xe-11g
5257
5358
ADD init.sql /docker-entrypoint-initdb.d/
5459
```
60+
After initialization, all files under /docker-entrypoint-initdb.d will be moved to /docker-entrypoint-initdb.d.bak

0 commit comments

Comments
 (0)