Skip to content
Open
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
4 changes: 1 addition & 3 deletions OracleFormsReports/samples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,4 @@ services:
- DB_USER_PW=${DC_DB_USER_PW}
- PWDFILE=${DC_PWDFILE}
volumes:
- ${DC_DDIR_FR}:/opt/oracle/user_projects


- ${DC_HOST_VOL}:/opt/oracle/user_projects
2 changes: 2 additions & 0 deletions OracleFormsReports/setenv.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
# Directory where all domains/db data etc are
# kept. Directories will be created here
export DC_HOST_VOL=/home/<user>/oracle/projects # CHANGE ME
# The mount point within docker
export DC_USERHOME=/opt/oracle

# Registry names where requisite standard images
Expand Down