-
Notifications
You must be signed in to change notification settings - Fork 32
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
Mod fails to initialize due to slow CURL #27
Comments
I've got the same issue with my Jellyfin container:
|
seems to be working again... should it happen again, these changes were necessary: fork and run from your own package registry |
Unfortunately, it only worked for me for a short time. Last night my container was restarted during a backup, now the curl call is not working again. |
same issue here |
after #29, i changed to using a sidecar container after always having issues. way more stable and probably the preferred way now. |
Hi!
Problem Description:
I recently noticed that some of my containers that should be part of my tailnet aren't, and after some investigating I found that the CURL command to download Tailscale times out after 10 minutes, and the installation of tailscale subsequently fails. I hope this is the right place to report this issue, if not I'd appreciate a pointer in the right direction!
Steps to reproduce:
The simplified version: run the curl command and a wget equivalent in a local terminal, and observe how much slower curl is:
The full repro: Run a basic nginx server through docker compose:
Run the whole thing using
docker compose up
. You should see something like this:The first request gets the current version and finishes quickly, the second one is the one to download the tarball, and it'll fail after 10 minutes.
Running the install script manually works (but that doesn't help much since I'd have to manually run it every time the container restarts).
The text was updated successfully, but these errors were encountered: