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

Double port 80 mappings in vagrant VirtualBox provider #76

Closed
ruebot opened this issue Oct 14, 2015 · 0 comments
Closed

Double port 80 mappings in vagrant VirtualBox provider #76

ruebot opened this issue Oct 14, 2015 · 0 comments
Assignees

Comments

@ruebot
Copy link
Member

ruebot commented Oct 14, 2015

Looks like we're getting duplicated port 80 mappings for the VirtualBox provider since we've merged #52.

==> default: Forwarding ports...
    default: 8080 => 8080 (adapter 1)
    default: 8181 => 8181 (adapter 1)
    default: 3306 => 3306 (adapter 1)
    default: 5432 => 5432 (adapter 1)
    default: 80 => 8000 (adapter 1)
    default: 80 => 80 (adapter 1)

screenshot from 2015-10-13 20 36 13

@ruebot ruebot self-assigned this Oct 14, 2015
whikloj added a commit that referenced this issue Oct 14, 2015
Override port 80 mappings for additional providers. Address #76.
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

No branches or pull requests

1 participant