-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Bug: Gluetun over docker-compose has no networking, but regular docker does! #2583
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
From your logs it really looks like there is just no network at all available to Gluetun. Have you tried setting network_mode: bridge in your docker-compose.yml? By default
Nginx only really receives traffic, let's try to see if we can reach the Internet, for example (from the top of my head, should be valid): services:
test:
image: alpine:3.20
command: wget -qO- https://ipinfo.io/ip && sleep 10 I'm going to close the issue because it's clearly due to your docker-compose setup or your host firewall (check your host firewall perhaps i.e. ufw etc.?), and not a Gluetun bug 😉 Thank you for your understanding and hopefully the above points you in the right direction. |
Closed issues are NOT monitored, so commenting here is likely to be not seen. This is an automated comment setup because @qdm12 is the sole maintainer of this project |
Is this urgent?
None
Host OS
Debian Unstable
CPU arch
x86_64
VPN service provider
NordVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
latest, v3, 3.39, 3.39.1
What's the problem 🤔
This might be similar to #2154, but don't want to hop in there to make that bug even more messy :D
I've tried to run Gluetun over docker-compose, and docker run, both of which boot fine, but over docker-compose the instance does not have network connectivity, and just restarts constantly. I've tried the following troubleshooting:
Docker Run Line:
Docker Compose yml:
Share your logs (at least 10 lines)
The text was updated successfully, but these errors were encountered: