Skip to content

Commit

Permalink
bugs: fix hardcoded container name (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Amogh Umesh <[email protected]>
  • Loading branch information
amoghumesh authored Dec 15, 2023
1 parent 3f4fe46 commit e586970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mux-sql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ func main() {
a := &App{}
err := a.Initialize(
"localhost", // postgres host
//Change to `mux-sql-postgres-1` when using Docker to run keploy
//Change to `postgres` when using Docker to run keploy
"postgres", // username
"password", // password
"postgres") // db_name
Expand Down

0 comments on commit e586970

Please sign in to comment.