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

Container services over IPv4 IPv6 #1201

Closed
mateodurante opened this issue Mar 26, 2024 · 1 comment
Closed

Container services over IPv4 IPv6 #1201

mateodurante opened this issue Mar 26, 2024 · 1 comment

Comments

@mateodurante
Copy link

Steps to Reproduce

  1. Create a container using Docker or Docker Compose that utilizes IPv6 (I used Kubernetes).
  2. Attempt to access:
    image

Expected Behavior

All internal services should be accessible over both IPv4 and IPv6 (*:port).

Observed Behavior

The ShareLaTeX container ports are only listening over IPv6 ([::]:port).
image

Context

I recently created a new environment using Kubernetes, and it doesn't seem to connect. When I recreated the same environment using Docker with IPv4, it functioned correctly:
image

Technical Info

Analysis

@mserranom
Copy link
Contributor

mserranom commented Apr 2, 2024

This should be fixed in the latest release, 5.0.3, would you mind giving it a try?

Check the release notes, as there are several breaking changes: https://github.com/overleaf/overleaf/wiki/Release-Notes-5.x.x

@das7pad das7pad closed this as completed May 6, 2024
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

3 participants