ASP.NET Core with Docker support: Connection refused #23200
Labels
area-Meta
backlog-cleanup-candidate
An inactive issue that has been marked for automated closure.
no-recent-activity
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
I have a ASP .NET Core (v2.0) app with Docker support. And I want to start a Oracle Database when starting my app. This is how my docker-compose file looks like:
I use Devart data provider dotConnect for Oracle.
But when I try to connect to the database of the created Oracle DB container I get following exception:
I also tried to include the
depends_on
as well as thenetworks
option in my docker-compose file with the same results.What could be the cause of this exception?
And how do I solve this problem?
[EDIT] Add C# syntax highlight by @karelz
The text was updated successfully, but these errors were encountered: