Skip to content

Commit 23740c0

Browse files
committed
Merge branch 'master' of github.com:dgraph-io/dgraph-lambda into master
2 parents f08efa3 + 6e58861 commit 23740c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type Query {
5858

5959
```bash
6060
# host.docker.internal may not work on old versions of docker
61-
docker run -it --rm -p 8686:8686 -v /path/to/script.js:/app/script.js -e DGRAPH_URL=http://host.docker.internal:8080 dgraph/dgraph-lambda
61+
docker run -it --rm -p 8686:8686 -v /path/to/script.js:/app/script/script.js -e DGRAPH_URL=http://host.docker.internal:8080 dgraph/dgraph-lambda
6262
```
6363

6464
Note for linux: host.docker.internal doesn't work on older versions of docker on linux. You can use `DGRAPH_URL=http://172.17.0.1:8080` instead

0 commit comments

Comments
 (0)