Skip to content

Commit c304b14

Browse files
authored
fix(docs): correct local urls to use http in Docker (#281)
1 parent 695641d commit c304b14

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/postgraphile/running-postgraphile-as-a-library-in-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ the command `$ docker-machine ip default`.
212212

213213
| Container | Docker on Linux / Windows Pro | Docker on Windows Home |
214214
| ------------------------- | --------------------------------- | ---------------------------------------------- |
215-
| GraphQL API Documentation | `https://localhost:5433/graphiql` | `https://your_docker_machine_ip:5433/graphiql` |
216-
| GraphQL API | `https://localhost:5433/graphql` | `https://your_docker_machine_ip:5433/graphql` |
215+
| GraphQL API Documentation | `http://localhost:5433/graphiql` | `http://your_docker_machine_ip:5433/graphiql` |
216+
| GraphQL API | `http://localhost:5433/graphql` | `http://your_docker_machine_ip:5433/graphql` |
217217
| PostgreSQL Database | host: `localhost`, port: `5432` | host: `your_docker_machine_ip`, port: `5432` |
218218

219219
#### Re-initialize The Database

src/pages/postgraphile/running-postgraphile-in-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ Each container can be accessed at the following addresses.
390390

391391
| Container | Docker on Linux / Windows Pro | Docker on Windows Home |
392392
| ------------------------- | --------------------------------- | ---------------------------------------------- |
393-
| GraphQL API Documentation | `https://localhost:5433/graphiql` | `https://your_docker_machine_ip:5433/graphiql` |
394-
| GraphQL API | `https://localhost:5433/graphql` | `https://your_docker_machine_ip:5433/graphql` |
393+
| GraphQL API Documentation | `http://localhost:5433/graphiql` | `http://your_docker_machine_ip:5433/graphiql` |
394+
| GraphQL API | `http://localhost:5433/graphql` | `http://your_docker_machine_ip:5433/graphql` |
395395
| PostgreSQL Database | host: `localhost`, port: `5432` | host: `your_docker_machine_ip`, port: `5432` |
396396

397397
> Note: if you run Docker Toolbox on Windows Home, you can get your Docker

0 commit comments

Comments
 (0)