Skip to content

Commit e49643c

Browse files
authored
Merge pull request #883 from SMHRambo/master
Solution for " PostgreSQL Name or service not known bug #820"
2 parents dcb8184 + d5ae94a commit e49643c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ services:
3939
# If using SQL Server, change the connection string to point to your SQL Server instance.
4040
- Remotely_ConnectionStrings__SQLServer=Server=(localdb)\\mssqllocaldb;Database=Remotely-Server-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true
4141
# If using PostgreSQL, change the connection string to point to your PostgreSQL instance.
42-
- Remotely_ConnectionStrings__PostgreSQL=Server=Host=localhost;Database=Remotely;Username=postgres;
43-
42+
- Remotely_ConnectionStrings__PostgreSQL=Host=localhost;Database=Remotely;Username=postgres;Password=changeme;

0 commit comments

Comments
 (0)