Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add port to docker run command #3

Merged
merged 2 commits into from
Mar 29, 2024
Merged

add port to docker run command #3

merged 2 commits into from
Mar 29, 2024

Conversation

corkrean
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Mar 29, 2024

@corkrean is attempting to deploy a commit to the Authzed Team on Vercel.

A member of the Team first needs to authorize it.

@corkrean corkrean requested a review from samkim March 29, 2024 18:04
README.md Outdated
@@ -40,7 +40,7 @@ Learn more about [SpiceDB]
Run the latest Docker container

```command
docker run -it ghcr.io/authzed/spicedb-playground:latest
docker run -p 3000:3000 -it ghcr.io/authzed/spicedb-playground:latest
```

Connect to the running container. Port 3000 is exposed by default.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Connect to the running container. Port 3000 is exposed by default.
Connect to the running container

This is redundant now. Can you remove?

@samkim samkim merged commit 1ddf788 into authzed:main Mar 29, 2024
1 of 2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants