Skip to content

Commit 64ded13

Browse files
authored
Update README.md
1 parent 32fd16a commit 64ded13

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ username: ADMIN
4949
password: admin
5050
```
5151

52+
For latest APEX(18.1) user, please pull wnameless/oracle-xe-11g:18.04-apex first:
53+
```
54+
docker run -d -p 49161:1521 -p 8080:8080 wnameless/oracle-xe-11g:18.04-apex
55+
```
56+
57+
```
58+
# Login http://localhost:8080/apex/apex_admin with following credential:
59+
username: ADMIN
60+
password: Oracle_11g
61+
```
62+
5263
By default, the password verification is disable(password never expired)<br/>
5364
Connect database with following setting:
5465
```

0 commit comments

Comments
 (0)