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

Remove in Docker from dockerExposedPorts in docs #579

Merged
merged 1 commit into from May 11, 2015
Merged

Remove in Docker from dockerExposedPorts in docs #579

merged 1 commit into from May 11, 2015

Conversation

GitsMcGee
Copy link
Contributor

I found out the hard way that putting dockerExposedPorts in Docker := Seq(9000, 9443) into your build.sbt does nothing. The correct setting is dockerExposedPorts := Seq(9000, 9443). I believe the docs, as they are, are misleading.

I found out the hard way that putting `dockerExposedPorts in Docker := Seq(9000, 9443)` into your build.sbt does nothing. The correct setting is `dockerExposedPorts := Seq(9000, 9443)`. I believe the docs, as they are, are misleading.
muuki88 added a commit that referenced this pull request May 11, 2015
Remove `in Docker` from dockerExposedPorts in docs
@muuki88 muuki88 merged commit 98efab3 into sbt:master May 11, 2015
@muuki88
Copy link
Contributor

muuki88 commented May 11, 2015

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants