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

Disable IPv6 for sharelatex container #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bblakely-anl
Copy link

Description

For me, there was an issue where sharelatex/nginx were trying to use 127.0.0.1 to access the proxied services, but some were only listening on ::1, and one seemed to be listening on ::1 but redirect to 127.0.0.1. To make things consistent, I disabled IPv6 in that container to ensure they all use 127.0.0.1. An alternative solution would be to make all config references consistent (127.0.0.1 vs "localhost", which may resolve to ::1), but this seems simpler and IPv6 is unlikely to be needed for the internal Docker network in this case.

Related issues / Pull Requests

None

Contributor Agreement

@ThexXTURBOXx
Copy link

This change should not be needed anymore - the problem seems to have been fixed in the new versions of the toolkit.
Can you confirm that it now works properly without this fix/workaround for you as well?

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