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 f6bef7a commit c406aedCopy full SHA for c406aed
README.md
@@ -34,4 +34,14 @@ Connect to Oracle Application Express web management console with following sett
34
http://localhost:8080/apex
35
workspace: INTERNAL
36
user: ADMIN
37
- password: oracle
+ password: oracle
38
+
39
+**CHANGELOG**
40
+* Fixed issue with ownership of mounted data folders.
41
+* Fixed issue with Gracefull shutdown of service.
42
+* Reduse size of image from 3.8G to 825Mb.
43
+* Database initialization moved out of the image build phase. Now database initializes at the containeer startup with no database files mounted.
44
+* Added database media reuse support outside of container.
45
+* Added graceful shutdown on containeer stop.
46
+* Removed sshd.
47
0 commit comments