Skip to content

fix(build/standalone): Expose port for Zero's REST API endpoint #8064

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

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

matthewmcneely
Copy link
Member

@matthewmcneely matthewmcneely commented Oct 1, 2021

The Docker SDK will not allow mapping a port that it not explicitly exposed in the image's Dockerfile (the docker cli does not have the same restrictions, any port can be mapped with the -P command line parameter). For more background: https://discuss.dgraph.io/t/docker-compose-dgraph-standalone/14635


This change is Reviewable

The Docker SDK will not allow mapping a port that it not explicitly exposed in Dockerfile (the docker cli does not have the same restrictions, any port can be mapped with the -P command line parameter).  For more background: https://discuss.dgraph.io/t/docker-compose-dgraph-standalone/14635
@CLAassistant
Copy link

CLAassistant commented Oct 1, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@danielmai danielmai left a comment

Choose a reason for hiding this comment

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

:lgtm: Thanks for the PR @matthewmcneely!

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain)

@danielmai danielmai changed the title fix(build): for standalone image, add zero server's admin REST API endpoint to list of EXPOSEd ports fix(build): for standalone image, expose port for Zero's REST API endpoint Oct 29, 2021
@danielmai danielmai changed the title fix(build): for standalone image, expose port for Zero's REST API endpoint fix(build/standalone): Expose port for Zero's REST API endpoint Oct 29, 2021
@danielmai danielmai merged commit 9c00943 into hypermodeinc:master Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants