-
Notifications
You must be signed in to change notification settings - Fork 87
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
Fix port collision between boots and nginx #57
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gianarb
force-pushed
the
hotfix/docker-compose-boots
branch
from
February 24, 2021 16:26
4741d1b
to
a3da86a
Compare
gianarb
added
ci-check/vagrant-setup
This label trigger a GitHub action that tests the Vagrant Setup guide https://tinkerbell.org/setup/
and removed
ci-check/vagrant-setup
This label trigger a GitHub action that tests the Vagrant Setup guide https://tinkerbell.org/setup/
labels
Feb 24, 2021
I am not sure when it happens, it can be when we removed the NGINX_IP, or when we checked that every services were using ports OR network_mode but we exposed nginx and boots over the same port. This commit fixes that. Signed-off-by: Gianluca Arbezzano <[email protected]>
gianarb
force-pushed
the
hotfix/docker-compose-boots
branch
from
March 3, 2021 08:34
a3da86a
to
1ac6fdf
Compare
EDITED TO ADD: What follows here appears to be an unrelated issue which is being tracked as #59 Still getting a failure on the latest commit in this branch:
|
Ok! I am finally able to reproduce the issue on EquinixMetal Ubuntu 20.04! But it is not related to this PR! Will update the original one #59 |
thebsdbox
approved these changes
Mar 3, 2021
Looks good ! |
mmlb
approved these changes
Mar 3, 2021
gianarb
added
ci-check/vagrant-setup
This label trigger a GitHub action that tests the Vagrant Setup guide https://tinkerbell.org/setup/
ready-to-merge
Signal to Mergify to merge the PR.
and removed
ci-check/vagrant-setup
This label trigger a GitHub action that tests the Vagrant Setup guide https://tinkerbell.org/setup/
labels
Mar 3, 2021
ttwd80
pushed a commit
to ttwd80/tinkerbell-playground
that referenced
this pull request
Sep 7, 2024
I am not sure when it happens, it can be when we removed the NGINX_IP, or when we checked that every services were using ports OR network_mode but we exposed nginx and boots over the same port. This commit fixes that.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci-check/vagrant-setup
This label trigger a GitHub action that tests the Vagrant Setup guide https://tinkerbell.org/setup/
ready-to-merge
Signal to Mergify to merge the PR.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am not sure when it happens, it can be when we removed the NGINX_IP,
or when we checked that every services were using ports OR network_mode
but we exposed nginx and boots over the same port.
This commit fixes that.