Skip to content

Commit

Permalink
Merge pull request #1715 from Permify/update-docker-run-command
Browse files Browse the repository at this point in the history
docs(readme): update Docker run command to include 'serve' subcommand
  • Loading branch information
tolgaOzen authored Oct 23, 2024
2 parents eba9238 + f5feadb commit dd605a2
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 @@ -59,7 +59,7 @@ It works in run time and can respond to any type of access control checks (can u
You can quickly start Permify on your local with running the docker command below:

```shell
docker run -p 3476:3476 -p 3478:3478 ghcr.io/permify/permify
docker run -p 3476:3476 -p 3478:3478 ghcr.io/permify/permify serve
```

This will start Permify with the default configuration options:
Expand Down

0 comments on commit dd605a2

Please sign in to comment.