Skip to content
Snippets Groups Projects
Unverified Commit 6b889221 authored by Pawan Rawal's avatar Pawan Rawal
Browse files

Update Ratel port in docker-compose file on get started page.

parent fe70d508
Branches
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ services: ...@@ -108,7 +108,7 @@ services:
volume: volume:
nocopy: true nocopy: true
ports: ports:
- 8081:8081 - 8000:8000
command: dgraph-ratel command: dgraph-ratel
volumes: volumes:
...@@ -222,7 +222,7 @@ Ratel's default port is 8081, so override it using -p 8000. ...@@ -222,7 +222,7 @@ Ratel's default port is 8081, so override it using -p 8000.
## Step 3: Run Queries ## Step 3: Run Queries
{{% notice "tip" %}}Once Dgraph is running, you can access user interface at [`http://localhost:8081`](http://localhost:8081). It allows browser-based queries, mutations and visualizations. {{% notice "tip" %}}Once Dgraph is running, you can access Ratel at [`http://localhost:8000`](http://localhost:8000). It allows browser-based queries, mutations and visualizations.
The mutations and queries below can either be run from the command line using `curl localhost:8080/query -XPOST -d $'...'` or by pasting everything between the two `'` into the running user interface on localhost.{{% /notice %}} The mutations and queries below can either be run from the command line using `curl localhost:8080/query -XPOST -d $'...'` or by pasting everything between the two `'` into the running user interface on localhost.{{% /notice %}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment