-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Harbor nginx container fail to start when install with docker-compose #19932
Comments
This was referenced Feb 2, 2024
workaround
|
to keep consistent of our upgrade path, e.g. from 2.9.3 (if with ip_family config) and migrate to 2.10.0(without ip_family_config), we will only add this new
With all these changes, in case of you review this issue/prs with confusion, you should be aware of
|
This was referenced Feb 5, 2024
All prs merged, close it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The nginx container log:
After update the common/config/nginx
to remove the line
listen [::]:8443 ssl;
, then the nginx container can start.Root cause: When IPv6 is disabled, the [::]:8443 will be considered a invalid address and failed to start nginx.
The text was updated successfully, but these errors were encountered: