Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added tokens argument to docker command
  • Loading branch information
chriswk authored Jul 12, 2024
1 parent fa2f974 commit 2b0c9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Edge and the Proxy and how to achieve similar behavior in Edge.
Running Edge in Docker with our recommended setup:

```shell
docker run -it -p 3063:3063 -e STRICT=true -e UPSTREAM_URL=<yourunleashinstance> unleashorg/unleash-edge:<mostrecentversion> edge
docker run -it -p 3063:3063 -e STRICT=true -e UPSTREAM_URL=<yourunleashinstance> -e TOKENS=<yourclienttoken> unleashorg/unleash-edge:<mostrecentversion> edge
```

## Edge behaviors
Expand Down

0 comments on commit 2b0c9fb

Please sign in to comment.