We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cb935 commit d86b220Copy full SHA for d86b220
README.md
@@ -50,6 +50,10 @@ Connect to Oracle Application Express web management console with following sett
50
user: ADMIN
51
password: oracle
52
53
+Apex upgrade up to v 5.*
54
+
55
+ docker run -it --rm --volumes-from ${DB_CONTAINER_NAME} --link ${DB_CONTAINER_NAME}:oracle-database -e PASS=YourSYSPASS sath89/apex install
56
+Details could be found here: https://github.com/MaksymBilenko/docker-oracle-apex
57
58
**In case of any issues please post it [here](https://github.com/MaksymBilenko/docker-oracle-xe-11g/issues).**
59
0 commit comments