Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ RUN chown -R openedge:openedge /app/

USER openedge

VOLUME /app/db
VOLUME /app/schema

WORKDIR /app/db

CMD [ "bash", "-c", "/app/scripts/startdb.sh" ]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IMPORTANT: All files should LF delimited (not CRLF) and end with an LF!
## volumes
The following volumes are important for running the database:

`/app/db` - the db files will reside here
`/app/db` - the db files reside here. This path is ephemeral unless it is explicitly mounted.
`/app/schema` - the location where `.df` and/or `.st` files are located
`/app/data` - the location of the .d files
`/usr/dlc/progress.cfg` - location where the `.cfg` file MUST reside (otherwise ESM kicks in)
Expand Down
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
| tag | date | notes |
|----------|----------|----------|
| 13.0.0 | 2026-02-19 | first 13 release, bumped JDK to 17.0.18_8 |
| 12.8.12-1 | 2026-09-10 | !!removed VOLUME /app/db from Dockerfile!! |
| 12.8.8 | 2025-07-05 | Ubuntu to 24.04 |
| | | JDK to 17.0.15_6 |
| 12.8.7.1 | 2025-05-28 | added setting -S via SERVERPORT |
Expand Down