Skip to content

Commit 7915441

Browse files
ajhoolshahidhk
authored andcommitted
fix hostname in pgAdmin docker compose (close hasura#2865) (hasura#2866)
1 parent e5eb0c4 commit 7915441

File tree

1 file changed

+2
-2
lines changed
  • install-manifests/docker-compose-pgadmin

1 file changed

+2
-2
lines changed

install-manifests/docker-compose-pgadmin/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This Docker Compose setup runs [Hasura GraphQL Engine](https://github.com/hasura
1818
- `docker-compose up -d`
1919
- Navigate to `http://localhost:5050`, login and add a new server with the following parameters:
2020
General - Name: Hasura
21-
Connection - Host: `hasura`
22-
Username: `postgres`
21+
Connection - Host: `postgres`
22+
Username: `postgres`
2323
Password: leave empty
2424

2525
## Important endpoints

0 commit comments

Comments
 (0)