Skip to content
Snippets Groups Projects
Commit 9181992d authored by jenda's avatar jenda
Browse files

Fix Postgre connection string

parent 5ffde39e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ services:
- "8080:8080"
environment:
- DOTNET_RUNNING_IN_CONTAINER=true
- ConnectionStrings__DefaultConnection=Host=postgresdb;Port=5432;Database=flightlog;Username=postgres;Password=secret
- NpgsqlConnectionString=Host=postgresdb;Port=5432;Database=flightlog;Username=postgres;Password=secret
depends_on:
postgresdb:
condition: service_healthy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment