Skip to content

Commit c5ee8fd

Browse files
committed
Update README.md
Connection details for Oracle Application Express web console
1 parent 12ff96a commit c5ee8fd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ docker-oracle-xe-11g
55
docker pull alexeiled/docker-oracle-xe-11g
66
```
77

8-
Run with 22 and 1521 ports opened:
8+
Run with 22, 1521 and 8080 ports opened:
99
```
10-
docker run -d -p 49160:22 -p 49161:1521 alexeiled/docker-oracle-xe-11g
10+
docker run -d -p 49160:22 -p 49161:1521 -p 49162:8080 alexeiled/docker-oracle-xe-11g
1111
```
1212

1313
Connect database with following setting:
@@ -24,6 +24,14 @@ Password for SYS
2424
oracle
2525
```
2626

27+
Connect to Oracle Application Express web management console with following settings:
28+
```
29+
url: http://localhost:49162/apex
30+
workspace: INTERNAL
31+
user: ADMIN
32+
password: oracle
33+
```
34+
2735
Login by SSH
2836
```
2937
ssh root@localhost -p 49160

0 commit comments

Comments
 (0)