-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 34213 : Fixing Docker port mapping to avoid Integration test ca…
…se failure (#34221) *Fix the integration testcase docker port mapping for sql and oracle modules
- Loading branch information
1 parent
4b5ae2b
commit b3e2f73
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,5 @@ services: | |
args: | ||
ORACLE_VERSION: ${ORACLE_VERSION:-12.2.0.1} | ||
ports: | ||
- 1521 | ||
- 5500 | ||
- 1521:1521 | ||
- 5500:5500 |