Skip to content

Commit

Permalink
Merge pull request #883 from SMHRambo/master
Browse files Browse the repository at this point in the history
Solution for " PostgreSQL Name or service not known bug #820"
  • Loading branch information
bitbound authored Jun 27, 2024
2 parents dcb8184 + d5ae94a commit e49643c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ services:
# If using SQL Server, change the connection string to point to your SQL Server instance.
- Remotely_ConnectionStrings__SQLServer=Server=(localdb)\\mssqllocaldb;Database=Remotely-Server-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true
# If using PostgreSQL, change the connection string to point to your PostgreSQL instance.
- Remotely_ConnectionStrings__PostgreSQL=Server=Host=localhost;Database=Remotely;Username=postgres;

- Remotely_ConnectionStrings__PostgreSQL=Host=localhost;Database=Remotely;Username=postgres;Password=changeme;

0 comments on commit e49643c

Please sign in to comment.